link to tournaments page
This commit is contained in:
parent
3872846f49
commit
ffe9fe991d
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue