Add client hub routes to App.tsx

cgen-80cc185be418429d91decd02c9829b91
This commit is contained in:
Builder.io 2025-11-12 04:53:33 +00:00
parent 0b5965ca1e
commit fbfe3724dd

View file

@ -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 />} />