diff --git a/src/App.tsx b/src/App.tsx index 2e0977f..58d5e48 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,6 +11,7 @@ import Footer from "./components/global/Footer"; // Pages import Main from "./pages/Main"; import Events from "./pages/Events"; +import Rating from "./pages/Rating"; const App = () => { return ( @@ -20,6 +21,7 @@ const App = () => { } /> } /> + } />