summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-16 16:59:42 -0400
committerrealtradam <[email protected]>2024-06-16 16:59:42 -0400
commit93377b114524799d72f74ca4a50a2807f3088d7c (patch)
tree9a8c8621b4957b4e00bb08f0b2f66dac71bba17b /src
parentf3b202fe694b06c9f39c10f6dd80b50dbde00c48 (diff)
downloadmalcz.com-93377b114524799d72f74ca4a50a2807f3088d7c.tar.gz
malcz.com-93377b114524799d72f74ca4a50a2807f3088d7c.zip
fix ts error
Diffstat (limited to 'src')
-rw-r--r--src/App.tsx2
-rw-r--r--src/components/Games.tsx4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/App.tsx b/src/App.tsx
index cdd03ed..5265cb3 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,4 +1,4 @@
-import React from "react";
+//import React from "react";
import Routes from "./routes";
export default function App () {
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";