Browse Source

none

master
azri 1 week ago
parent
commit
20c39c15e0
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/index.js

+ 3
- 2
src/index.js View File

17
 // import reportWebVitals from './reportWebVitals';
17
 // import reportWebVitals from './reportWebVitals';
18
 
18
 
19
 // JS MODULE STUFF
19
 // JS MODULE STUFF
20
-
20
+import Maintainance from './pages/Maintainance';
21
 
21
 
22
 /**
22
 /**
23
  * 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
  * 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 
31
 const root = ReactDOM.createRoot(document.getElementById('root'));
31
 const root = ReactDOM.createRoot(document.getElementById('root'));
32
 root.render(
32
 root.render(
33
   <Provider store={store}>
33
   <Provider store={store}>
34
-    <App />
34
+    <Maintainance/>
35
+    {/* <App /> */}
35
   </Provider>
36
   </Provider>
36
 );
37
 );
37
 
38
 

Loading…
Cancel
Save