Add Foundation landing page route to App.tsx
cgen-425c3e2885a443e18d060acf59a42458
This commit is contained in:
parent
654e8545ce
commit
45bb853d1e
1 changed files with 2 additions and 0 deletions
|
|
@ -359,6 +359,8 @@ const App = () => (
|
|||
element={<GameForgeJoinGameForge />}
|
||||
/>
|
||||
|
||||
<Route path="/foundation" element={<Foundation />} />
|
||||
|
||||
<Route path="/corp" element={<Corp />} />
|
||||
<Route
|
||||
path="/corp/schedule-consultation"
|
||||
|
|
|
|||
Loading…
Reference in a new issue