diff options
| author | realtradam <[email protected]> | 2024-06-29 00:39:47 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-29 00:39:47 -0400 |
| commit | ecbc5a6862381c63d4d1b80d93f9a75b1e868f5a (patch) | |
| tree | 21ec39c59aeacfec7ddf6a3add9076b84c495c33 | |
| parent | 95088f3fdd3f593d486b55e3840cee0dbc1a5051 (diff) | |
| download | gameHolster-main.tar.gz gameHolster-main.zip | |
| -rw-r--r-- | react-frontend/src/pages/Games.tsx | 2 |
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[]>([]); |
