open dashboard with /
This commit is contained in:
@@ -69,6 +69,7 @@ const MainRouter: FC = () => {
|
||||
)}>
|
||||
<div>
|
||||
<Routes>
|
||||
<Route path={'/'} element={<Home />} />
|
||||
<Route path={Pages.dashboard} element={<Home />} />
|
||||
<Route path={Pages.services.mine} element={<MyServices />} />
|
||||
<Route path={Pages.services.other} element={<OtherServices />} />
|
||||
|
||||
Reference in New Issue
Block a user