From eae19bb1b047b3568e7a9a624b50e80886e56331 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:47:50 +0300 Subject: feat/frontend: optimizing imports, file extensions (#230) Co-authored-by: FifthWit --- frontend/src/pages/Games.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/src/pages/Games.tsx') 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 @@ import React from 'react'; -import GameEntry from '../components/GameEntry'; -import { Game } from '../types/Game'; -import "../css/Maps.css" +import GameEntry from '@components/GameEntry'; +import { Game } from '@customTypes/Game'; +import "@css/Maps.css" interface GamesProps { games: Game[]; -- cgit v1.2.3