arshenoy commited on
Commit
186d962
·
verified ·
1 Parent(s): 7e02496

Update index.tsx

Browse files
Files changed (1) hide show
  1. index.tsx +4 -4
index.tsx CHANGED
@@ -4,12 +4,12 @@ import App from './App';
4
 
5
  const rootElement = document.getElementById('root');
6
  if (!rootElement) {
7
- throw new Error("Could not find root element to mount to");
8
  }
9
 
10
  const root = ReactDOM.createRoot(rootElement);
11
  root.render(
12
- <React.StrictMode>
13
- <App />
14
- </React.StrictMode>
15
  );
 
4
 
5
  const rootElement = document.getElementById('root');
6
  if (!rootElement) {
7
+ throw new Error("Could not find root element to mount to");
8
  }
9
 
10
  const root = ReactDOM.createRoot(rootElement);
11
  root.render(
12
+ <React.StrictMode>
13
+ <App />
14
+ </React.StrictMode>
15
  );