diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Apps.tsx | 2 | ||||
| -rw-r--r-- | src/components/Home.tsx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/components/Apps.tsx b/src/components/Apps.tsx index e4dea26..7ecb58a 100644 --- a/src/components/Apps.tsx +++ b/src/components/Apps.tsx @@ -1,4 +1,4 @@ -import { useState, useEffect } from "react"; +//import { useState, useEffect } from "react"; //import { Link } from "react-router-dom"; //import GameCard from "./GameCard"; //import Button from "./Button"; diff --git a/src/components/Home.tsx b/src/components/Home.tsx index 83992f2..406700e 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -1,4 +1,3 @@ -import React from 'react'; import { ReactComponent as HomeMD } from '../md/main.md'; export default function Home () { |
