diff --git a/src/App.tsx b/src/App.tsx
index 0953df7..1200759 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -23,6 +23,7 @@ import EventItem from "./pages/EventItem";
import Structure from "./pages/Structure";
import Contacts from "./pages/Contact";
import AboutUs from "./pages/AboutUs";
+import Tournaments from "./pages/Tournaments";
const App = () => {
// Types
@@ -52,6 +53,7 @@ const App = () => {
} />
} />
} />
+ } />