fix
This commit is contained in:
8
frontend/.vite/deps/_metadata.json
Normal file
8
frontend/.vite/deps/_metadata.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"hash": "7fcd1d2d",
|
||||||
|
"configHash": "a4a377c1",
|
||||||
|
"lockfileHash": "e3b0c442",
|
||||||
|
"browserHash": "12715427",
|
||||||
|
"optimized": {},
|
||||||
|
"chunks": {}
|
||||||
|
}
|
||||||
3
frontend/.vite/deps/package.json
Normal file
3
frontend/.vite/deps/package.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"type": "module"
|
||||||
|
}
|
||||||
@@ -21,6 +21,7 @@ function App() {
|
|||||||
{/* Dashboard routes with layout */}
|
{/* Dashboard routes with layout */}
|
||||||
<Route path="/" element={<HomeLayout />}>
|
<Route path="/" element={<HomeLayout />}>
|
||||||
<Route index element={<Home />} />
|
<Route index element={<Home />} />
|
||||||
|
<Route path="home/" element={<Home />} />
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
{/* Private routes */}
|
{/* Private routes */}
|
||||||
|
|||||||
BIN
venv/Scripts/python.exe
Normal file
BIN
venv/Scripts/python.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user