diff --git a/src/App.tsx b/src/App.tsx index 58d5e48..c84c497 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,6 +12,7 @@ import Footer from "./components/global/Footer"; import Main from "./pages/Main"; import Events from "./pages/Events"; import Rating from "./pages/Rating"; +import Profile from "./pages/Profile"; const App = () => { return ( @@ -22,6 +23,7 @@ const App = () => { } /> } /> } /> + } />