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/components/GameCategory.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'frontend/src/components/GameCategory.tsx') diff --git a/frontend/src/components/GameCategory.tsx b/frontend/src/components/GameCategory.tsx index 80ee416..a568a8f 100644 --- a/frontend/src/components/GameCategory.tsx +++ b/frontend/src/components/GameCategory.tsx @@ -2,8 +2,6 @@ import React from 'react'; import { Link } from "react-router-dom"; import { Game, GameCategoryPortals } from '@customTypes/Game'; -import "@css/Games.css" -import games from "@css/Games.module.css"; import info from "@css/Info.module.css"; interface GameCategoryProps { -- cgit v1.2.3