From b48f72c3d582651c5612756cb3179d6142c1e28a Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Wed, 11 Dec 2024 09:52:05 +0100 Subject: fix/frontend: fixed sidebar title size, removed unnecessary imports --- frontend/src/pages/Games.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/pages') 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'; import GameEntry from '@components/GameEntry'; import { Game } from '@customTypes/Game'; -import "@css/Maps.css" import gamesCSS from "@css/Games.module.css"; interface GamesProps { -- cgit v1.2.3