diff --git a/frontend/src/CUTT.tsx b/frontend/src/CUTT.tsx index e5ab79f..1e975b7 100644 --- a/frontend/src/CUTT.tsx +++ b/frontend/src/CUTT.tsx @@ -10,6 +10,7 @@ import MVPChart from "./MVPChart"; import { SetPassword } from "./SetPassword"; import { Register } from "./Register"; import { ForgotPassword } from "./Login"; +import { Join } from "./JoinTeam"; const Maintenance = () => { return ( @@ -40,6 +41,7 @@ function App() { } /> } /> } /> + } />