|
|
|
|
18
|
|
18
|
|
19
|
// JS MODULE STUFF
|
19
|
// JS MODULE STUFF
|
20
|
|
20
|
|
|
|
21
|
+/**
|
|
|
22
|
+ * NOTE: Dear future programmer of this project, before you judge me on how fucked up this codebase is, I already take everything into consideration and
|
|
|
23
|
+ * this code is really the most spegatthi that you'll ever seen, I only have 2 weeks to figure everything out
|
|
|
24
|
+ * and somehow I don't have time to refactor everything since the client and management want this project to be done as soon as possible
|
|
|
25
|
+ * with that in mind, if you have free time, do help me refactor everything. I know I should be the one doing it, but it seems I don't have time to do it
|
|
|
26
|
+ * and my mind is already elsewhere. I pray that you'll have the perservernce to deal with the refactor and wish you the best of luck, you'll might need all of it
|
|
|
27
|
+ * TLDR: to much things to do, to little time time to refactor
|
|
|
28
|
+ */
|
|
|
29
|
+
|
21
|
const root = ReactDOM.createRoot(document.getElementById('root'));
|
30
|
const root = ReactDOM.createRoot(document.getElementById('root'));
|
22
|
root.render(
|
31
|
root.render(
|
23
|
<Provider store={store}>
|
32
|
<Provider store={store}>
|