diff --git a/src/App.tsx b/src/App.tsx index 1a194bb..85bff93 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,6 +14,7 @@ import Events from "./pages/Events"; import Rating from "./pages/Rating"; import Profile from "./pages/Profile"; import EventItem from "./pages/EventItem"; +import Structure from "./pages/Structure"; const App = () => { return ( @@ -26,6 +27,7 @@ const App = () => { } /> } /> } /> + } />