Browse Source

maintainance

master
azri 1 week ago
parent
commit
7404797b4d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/index.js

+ 2
- 2
src/index.js View File

32
 const root = ReactDOM.createRoot(document.getElementById('root'));
32
 const root = ReactDOM.createRoot(document.getElementById('root'));
33
 root.render(
33
 root.render(
34
   <Provider store={store}>
34
   <Provider store={store}>
35
-    <App />
36
-    {/* <Maintainance/> */}
35
+    {/* <App /> */}
36
+    <Maintainance/>
37
   </Provider>
37
   </Provider>
38
 );
38
 );
39
 
39
 

Loading…
Cancel
Save