Register /admin route
cgen-fbb3cfdca4f94729a8b82046e52d41eb
This commit is contained in:
parent
53f2a43181
commit
0fd30912c9
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ const App = () => (
|
|||
<Route path="/" element={<Index />} />
|
||||
<Route path="/onboarding" element={<Onboarding />} />
|
||||
<Route path="/dashboard" element={<Dashboard />} />
|
||||
<Route path="/admin" element={<Admin />} />
|
||||
<Route path="/profile" element={<Profile />} />
|
||||
<Route path="/login" element={<Login />} />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue