completionId: cgen-5bf39a1f67f74a338146ff0ef7011b88
cgen-5bf39a1f67f74a338146ff0ef7011b88
This commit is contained in:
parent
b219fca896
commit
1c99739ae0
1 changed files with 6 additions and 0 deletions
|
|
@ -180,6 +180,12 @@ const App = () => (
|
|||
<Route path="/signup" element={<SignupRedirect />} />
|
||||
<Route path="/reset-password" element={<ResetPassword />} />
|
||||
|
||||
{/* Creator Network routes */}
|
||||
<Route path="/creators" element={<CreatorDirectory />} />
|
||||
<Route path="/creators/:username" element={<CreatorProfile />} />
|
||||
<Route path="/opportunities" element={<OpportunitiesHub />} />
|
||||
<Route path="/opportunities/:id" element={<OpportunityDetail />} />
|
||||
|
||||
{/* Service routes */}
|
||||
<Route path="/game-development" element={<GameDevelopment />} />
|
||||
<Route path="/consulting" element={<DevelopmentConsulting />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue