diff --git a/src/App.tsx b/src/App.tsx index 9a8c77cc..9ed3319d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,6 +7,28 @@ import PostPage from './pages/PostPage.tsx' import CreateCommunityPage from './pages/CreateCommunityPage.tsx' import {CommunityPage} from './pages/CommunityPage.tsx' import { CommunitiesPage } from './pages/CommunitiesPage.tsx' + feat/auth-security-validation-128 +import Register from './pages/Register.tsx' // Import the new page + +function App() { + return ( + <> +
+ +
+ + } /> + } /> {/* New Security-focused route */} + } /> + } /> + } /> + } /> + } /> + +
+
+ + import MessagesPage from './pages/MessagesPage.tsx' import EventsPage from './pages/EventsPage.tsx' import EventDetailPage from './pages/EventDetailPage.tsx' @@ -58,7 +80,8 @@ function App() {