aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--frontend/src/components/GameCategory.tsx2
-rw-r--r--frontend/src/components/GameEntry.tsx1
2 files changed, 0 insertions, 3 deletions
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';
2import { Link } from "react-router-dom"; 2import { Link } from "react-router-dom";
3 3
4import { Game, GameCategoryPortals } from '@customTypes/Game'; 4import { Game, GameCategoryPortals } from '@customTypes/Game';
5import "@css/Games.css"
6import games from "@css/Games.module.css";
7import info from "@css/Info.module.css"; 5import info from "@css/Info.module.css";
8 6
9interface GameCategoryProps { 7interface GameCategoryProps {
diff --git a/frontend/src/components/GameEntry.tsx b/frontend/src/components/GameEntry.tsx
index ebba419..2fba85a 100644
--- a/frontend/src/components/GameEntry.tsx
+++ b/frontend/src/components/GameEntry.tsx
@@ -2,7 +2,6 @@ import React from 'react';
2import { Link } from "react-router-dom"; 2import { Link } from "react-router-dom";
3 3
4import { Game, GameCategoryPortals } from '@customTypes/Game'; 4import { Game, GameCategoryPortals } from '@customTypes/Game';
5import "@css/Games.css"
6import games from "@css/Games.module.css"; 5import games from "@css/Games.module.css";
7 6
8import GameCategory from '@components/GameCategory'; 7import GameCategory from '@components/GameCategory';