From 79fb4db3bcbc13d9bc9d75f9f8a6609232c459a9 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 03:16:39 +0000 Subject: [PATCH] Add Teams and ProjectBoard routes cgen-bd7369a5c7e0491b80db277b6d3535fa --- client/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index 39763b37..3337426c 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -50,6 +50,8 @@ import ProjectsNew from "./pages/ProjectsNew"; import Opportunities from "./pages/Opportunities"; import Explore from "./pages/Explore"; import ResetPassword from "./pages/ResetPassword"; +import Teams from "./pages/Teams"; +import ProjectBoard from "./pages/ProjectBoard"; import { Navigate } from "react-router-dom"; import FourOhFourPage from "./pages/404"; import SignupRedirect from "./pages/SignupRedirect"; @@ -70,11 +72,9 @@ const App = () => ( } /> } /> } /> - } - /> + } /> } /> + } /> } /> } />