summaryrefslogtreecommitdiffhomepage
path: root/react-frontend/src/pages/Games.tsx
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-29 00:39:47 -0400
committerrealtradam <[email protected]>2024-06-29 00:39:47 -0400
commitecbc5a6862381c63d4d1b80d93f9a75b1e868f5a (patch)
tree21ec39c59aeacfec7ddf6a3add9076b84c495c33 /react-frontend/src/pages/Games.tsx
parent95088f3fdd3f593d486b55e3840cee0dbc1a5051 (diff)
downloadgameHolster-main.tar.gz
gameHolster-main.zip
fix typingHEADmain
Diffstat (limited to 'react-frontend/src/pages/Games.tsx')
-rw-r--r--react-frontend/src/pages/Games.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/react-frontend/src/pages/Games.tsx b/react-frontend/src/pages/Games.tsx
index 2a9b23a..5278afd 100644
--- a/react-frontend/src/pages/Games.tsx
+++ b/react-frontend/src/pages/Games.tsx
@@ -1,5 +1,5 @@
import { useState, useEffect } from "react";
-import GameCard from "../components/GameCard";
+import GameCard, { GameType } from "../components/GameCard";
export default function Games () {
const [games, setGames] = useState<GameType[]>([]);