Add Profile route in routes section
cgen-b5d4e49338d342909def160861cfac8a
This commit is contained in:
parent
2ab329c725
commit
812b8696e5
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ const App = () => (
|
|||
<Route path="/" element={<Index />} />
|
||||
<Route path="/onboarding" element={<Onboarding />} />
|
||||
<Route path="/dashboard" element={<Dashboard />} />
|
||||
<Route path="/profile" element={<Profile />} />
|
||||
<Route path="/login" element={<Login />} />
|
||||
|
||||
{/* Service routes */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue