Skip to content

Commit d9a456e

Browse files
prakriti-solankeykartikpersistent
authored andcommitted
removed strict mode
1 parent 8323bf9 commit d9a456e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/main.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ import ReactDOM from 'react-dom/client';
22
import './index.css';
33
import { BrowserRouter } from 'react-router-dom';
44
import Auth0ProviderWithHistory from './components/Auth/Auth.tsx';
5-
import React from 'react';
65
import App from './App.tsx';
76
import { SKIP_AUTH } from './utils/Constants.ts';
87

98
ReactDOM.createRoot(document.getElementById('root')!).render(
10-
<React.StrictMode>
119
<BrowserRouter>
1210
{SKIP_AUTH ? (
1311
<App />
@@ -17,5 +15,4 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
1715
</Auth0ProviderWithHistory>
1816
)}
1917
</BrowserRouter>
20-
</React.StrictMode>
2118
);

0 commit comments

Comments
 (0)