completionId: cgen-b93f034415184e3f81233a837b368ef9
cgen-b93f034415184e3f81233a837b368ef9
This commit is contained in:
parent
dd60ab1d92
commit
efe49deb81
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ import Opportunities from "./pages/Opportunities";
|
|||
import Explore from "./pages/Explore";
|
||||
import ResetPassword from "./pages/ResetPassword";
|
||||
import Teams from "./pages/Teams";
|
||||
import Squads from "./pages/Squads";
|
||||
import MenteeHub from "./pages/MenteeHub";
|
||||
import ProjectBoard from "./pages/ProjectBoard";
|
||||
import { Navigate } from "react-router-dom";
|
||||
import FourOhFourPage from "./pages/404";
|
||||
|
|
@ -99,6 +101,8 @@ const App = () => (
|
|||
<Route path="/admin" element={<Admin />} />
|
||||
<Route path="/feed" element={<Feed />} />
|
||||
<Route path="/teams" element={<Teams />} />
|
||||
<Route path="/squads" element={<Squads />} />
|
||||
<Route path="/mentee-hub" element={<MenteeHub />} />
|
||||
<Route path="/projects/new" element={<ProjectsNew />} />
|
||||
<Route
|
||||
path="/projects/:projectId/board"
|
||||
|
|
|
|||
Loading…
Reference in a new issue