Revert "Merge pull request 'Refact/cleanup' (#3) from refact/cleanup into master"
Deploy Aegis Portal / build-and-deploy (push) Successful in 15s
Deploy Aegis Portal / build-and-deploy (push) Successful in 15s
This reverts commit679e73f3af, reversing changes made to438d739b1a.
This commit is contained in:
+1
-4
@@ -2,12 +2,9 @@ import { StrictMode } from 'react'
|
||||
import { createRoot } from 'react-dom/client'
|
||||
import './index.css'
|
||||
import App from './App.tsx'
|
||||
import { BrowserRouter } from 'react-router-dom'
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<StrictMode>
|
||||
<BrowserRouter>
|
||||
<App />
|
||||
</BrowserRouter>
|
||||
<App />
|
||||
</StrictMode>,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user