Revert "Merge pull request 'Refact/cleanup' (#3) from refact/cleanup into master"
Deploy Aegis Portal / build-and-deploy (push) Successful in 15s

This reverts commit 679e73f3af, reversing
changes made to 438d739b1a.
This commit is contained in:
LathanDevers
2026-08-03 13:06:38 +02:00
parent 679e73f3af
commit fcf34328ee
84 changed files with 5186 additions and 5336 deletions
+1 -4
View File
@@ -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>,
)