diff --git a/src/App.tsx b/src/App.tsx index c84c497..1a194bb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,6 +13,7 @@ import Main from "./pages/Main"; import Events from "./pages/Events"; import Rating from "./pages/Rating"; import Profile from "./pages/Profile"; +import EventItem from "./pages/EventItem"; const App = () => { return ( @@ -24,6 +25,7 @@ const App = () => { } /> } /> } /> + } />