fix
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user