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

@@ -21,6 +21,7 @@ function App() {
{/* Dashboard routes with layout */}
<Route path="/" element={<HomeLayout />}>
<Route index element={<Home />} />
<Route path="home/" element={<Home />} />
</Route>
{/* Private routes */}