From 93377b114524799d72f74ca4a50a2807f3088d7c Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 16 Jun 2024 16:59:42 -0400 Subject: fix ts error --- src/components/Games.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components') diff --git a/src/components/Games.tsx b/src/components/Games.tsx index 4ca8def..fd7692e 100644 --- a/src/components/Games.tsx +++ b/src/components/Games.tsx @@ -1,7 +1,7 @@ -import { useState, useEffect, FormEvent } from "react"; +import { useState, useEffect } from "react"; //import { Link } from "react-router-dom"; import GameCard from "./GameCard"; -import Button from "./Button"; +//import Button from "./Button"; import { GameType } from "../types"; -- cgit v1.2.3