diff --git a/src/App.tsx b/src/App.tsx index 85bff93..1fcf0b6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,6 +15,7 @@ import Rating from "./pages/Rating"; import Profile from "./pages/Profile"; import EventItem from "./pages/EventItem"; import Structure from "./pages/Structure"; +import Contacts from "./pages/Contact"; const App = () => { return ( @@ -28,6 +29,7 @@ const App = () => { } /> } /> } /> + } />