From ffe9fe991d48faeb67dbd91a43e0954f71cc581e Mon Sep 17 00:00:00 2001 From: VividTruthKeeper Date: Thu, 4 Aug 2022 01:09:47 +0500 Subject: [PATCH] link to tournaments page --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 = () => { } /> } /> } /> + } />