Register pricing route
cgen-fc340fec1f864df8bcdf6fa0d928962c
This commit is contained in:
parent
1e77404379
commit
ffb14d2433
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,8 @@ const App = () => (
|
|||
<Route path="/game-development" element={<GameDevelopment />} />
|
||||
<Route path="/consulting" element={<DevelopmentConsulting />} />
|
||||
<Route path="/mentorship" element={<MentorshipPrograms />} />
|
||||
<Route path="/pricing" element={<Pricing />} />
|
||||
<Route path="/engage" element={<Pricing />} />
|
||||
<Route path="/research" element={<ResearchLabs />} />
|
||||
<Route path="/labs" element={<ResearchLabs />} />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue