This commit is contained in:
2025-10-20 00:22:29 +02:00
parent fa2b012d00
commit 8f5ac120b8
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"hash": "7fcd1d2d",
"configHash": "a4a377c1",
"lockfileHash": "e3b0c442",
"browserHash": "12715427",
"optimized": {},
"chunks": {}
}

View File

@@ -0,0 +1,3 @@
{
"type": "module"
}

View File

@@ -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

Binary file not shown.