From 506f845fa77d5d49f82d074791e247d9ec858bc8 Mon Sep 17 00:00:00 2001 From: Tomek Date: Thu, 15 Apr 2021 14:00:57 +0200 Subject: [PATCH] #167 Add results view --- frontend/src/components/pages/TourDeFoos/TourDeFoos.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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() { + + +