aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--frontend/src/pages/Games.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/pages/Games.tsx b/frontend/src/pages/Games.tsx
index 45dd170..e0320af 100644
--- a/frontend/src/pages/Games.tsx
+++ b/frontend/src/pages/Games.tsx
@@ -2,7 +2,6 @@ import React from 'react';
2 2
3import GameEntry from '@components/GameEntry'; 3import GameEntry from '@components/GameEntry';
4import { Game } from '@customTypes/Game'; 4import { Game } from '@customTypes/Game';
5import "@css/Maps.css"
6import gamesCSS from "@css/Games.module.css"; 5import gamesCSS from "@css/Games.module.css";
7 6
8interface GamesProps { 7interface GamesProps {