diff --git a/src/App.tsx b/src/App.tsx index fa27028..0953df7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -22,6 +22,7 @@ import Profile from "./pages/Profile"; import EventItem from "./pages/EventItem"; import Structure from "./pages/Structure"; import Contacts from "./pages/Contact"; +import AboutUs from "./pages/AboutUs"; const App = () => { // Types @@ -50,6 +51,7 @@ const App = () => { } /> } /> } /> + } />