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