diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-12-11 09:52:05 +0100 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-12-11 09:52:05 +0100 |
| commit | b48f72c3d582651c5612756cb3179d6142c1e28a (patch) | |
| tree | f522b792196b20f9584ee8d38b13299329887fdd /frontend/src/pages/Games.tsx | |
| parent | fix/frontend: games page css rehaul, small maplist fixes (diff) | |
| download | lphub-b48f72c3d582651c5612756cb3179d6142c1e28a.tar.gz lphub-b48f72c3d582651c5612756cb3179d6142c1e28a.tar.bz2 lphub-b48f72c3d582651c5612756cb3179d6142c1e28a.zip | |
fix/frontend: fixed sidebar title size, removed unnecessary imports
Diffstat (limited to '')
| -rw-r--r-- | frontend/src/pages/Games.tsx | 1 |
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 | ||
| 3 | import GameEntry from '@components/GameEntry'; | 3 | import GameEntry from '@components/GameEntry'; |
| 4 | import { Game } from '@customTypes/Game'; | 4 | import { Game } from '@customTypes/Game'; |
| 5 | import "@css/Maps.css" | ||
| 6 | import gamesCSS from "@css/Games.module.css"; | 5 | import gamesCSS from "@css/Games.module.css"; |
| 7 | 6 | ||
| 8 | interface GamesProps { | 7 | interface GamesProps { |