Clubs page

This commit is contained in:
Timothy Armes
2023-10-09 19:06:24 +02:00
committed by Owen Rees
parent 5b2218966f
commit ed68a9280b
11 changed files with 458 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ export default function Navbar() {
const links = [
{ title: t("tournaments"), route: "/tournois" },
{ title: t("clubs"), route: "/clubs" },
{ title: t("elo"), route: "/elo" },
];