diff --git a/frontend/src/components/pages/TourDeFoos/TourDeFoos.tsx b/frontend/src/components/pages/TourDeFoos/TourDeFoos.tsx
index 9ad469f3..52e007d1 100644
--- a/frontend/src/components/pages/TourDeFoos/TourDeFoos.tsx
+++ b/frontend/src/components/pages/TourDeFoos/TourDeFoos.tsx
@@ -12,7 +12,7 @@ import {StyledBackground} from "../../atoms/Background/StyledBackground";
import {
PATH_FOR_CREATING_NEW_TOURNAMENT_VIEW,
PATH_FOR_HOME_VIEW,
- PATH_FOR_LOGIN_VIEW,
+ PATH_FOR_LOGIN_VIEW, PATH_FOR_MATCHES_AND_RESULTS,
PATH_FOR_PLAYER_MATCHES_VIEW,
PATH_FOR_PLAYER_PROFILE_CREATION_VIEW,
PATH_FOR_PLAYERS_PROFILES_VIEW,
@@ -21,6 +21,7 @@ import {
} from "../../atoms/constants/routerPaths";
import {MatchesListRoute} from "../Routes/MatchesListRoutes";
import TournamentsList from "../TournamentsList/TournamentsList";
+import {MatchesAndResults} from "../../organisms/MatchesAndResults/MatchesAndResults";
function TourDeFoos() {
return (
@@ -66,6 +67,9 @@ function TourDeFoos() {
+
+
+