Add client hub routes to App.tsx
cgen-80cc185be418429d91decd02c9829b91
This commit is contained in:
parent
0b5965ca1e
commit
fbfe3724dd
1 changed files with 7 additions and 0 deletions
|
|
@ -471,6 +471,13 @@ const App = () => (
|
|||
element={<DevLinkProfiles />}
|
||||
/>
|
||||
|
||||
{/* Client Hub routes */}
|
||||
<Route path="/hub/client" element={<ClientHub />} />
|
||||
<Route
|
||||
path="/hub/client/projects"
|
||||
element={<ClientProjects />}
|
||||
/>
|
||||
|
||||
{/* Nexus routes */}
|
||||
<Route path="/nexus" element={<Nexus />} />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue