diff --git a/src/App.tsx b/src/App.tsx index e418bbb..2e0977f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,6 +10,7 @@ import Footer from "./components/global/Footer"; // Pages import Main from "./pages/Main"; +import Events from "./pages/Events"; const App = () => { return ( @@ -18,6 +19,7 @@ const App = () => {
} /> + } />