aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/main.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/main.tsx')
-rw-r--r--frontend/src/main.tsx7
1 files changed, 5 insertions, 2 deletions
diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx
index bef5202..0467d26 100644
--- a/frontend/src/main.tsx
+++ b/frontend/src/main.tsx
@@ -1,10 +1,13 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
-import App from './App.tsx'
+import App from './App'
+import { BrowserRouter } from "react-router";
createRoot(document.getElementById('root')!).render(
<StrictMode>
- <App />
+ <BrowserRouter>
+ <App />
+ </BrowserRouter>
</StrictMode>,
)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage