summaryrefslogtreecommitdiffhomepage
path: root/src/components/Home.tsx
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-19 21:29:02 -0400
committerrealtradam <[email protected]>2024-06-19 21:29:02 -0400
commit2944a5609d478c7a409579b4fcc5bf5c841037c9 (patch)
treeeaf96d01ea8774f3edfad63547f524f90c279757 /src/components/Home.tsx
parenta3ac66012bf7e5099e80c6e224cc5069c9f44142 (diff)
downloadmalcz.com-2944a5609d478c7a409579b4fcc5bf5c841037c9.tar.gz
malcz.com-2944a5609d478c7a409579b4fcc5bf5c841037c9.zip
fix typing issues
Diffstat (limited to 'src/components/Home.tsx')
-rw-r--r--src/components/Home.tsx1
1 files changed, 0 insertions, 1 deletions
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 () {