link to tournaments page

This commit is contained in:
VividTruthKeeper 2022-08-04 01:09:47 +05:00
parent 3872846f49
commit ffe9fe991d
1 changed files with 2 additions and 0 deletions

View File

@ -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 = () => {
<Route path="/structure" element={<Structure />} />
<Route path="/contact" element={<Contacts />} />
<Route path="/about-us" element={<AboutUs />} />
<Route path="/tournaments" element={<Tournaments />} />
</Routes>
</div>
<Footer dropdown={dropdown} setDropdown={setDropdown} />