diff options
| author | realtradam <[email protected]> | 2024-06-19 21:29:02 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-19 21:29:02 -0400 |
| commit | 2944a5609d478c7a409579b4fcc5bf5c841037c9 (patch) | |
| tree | eaf96d01ea8774f3edfad63547f524f90c279757 /src/components/Apps.tsx | |
| parent | a3ac66012bf7e5099e80c6e224cc5069c9f44142 (diff) | |
| download | malcz.com-2944a5609d478c7a409579b4fcc5bf5c841037c9.tar.gz malcz.com-2944a5609d478c7a409579b4fcc5bf5c841037c9.zip | |
fix typing issues
Diffstat (limited to 'src/components/Apps.tsx')
| -rw-r--r-- | src/components/Apps.tsx | 2 |
1 files changed, 1 insertions, 1 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"; |
