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/Home.tsx | |
| parent | a3ac66012bf7e5099e80c6e224cc5069c9f44142 (diff) | |
| download | malcz.com-2944a5609d478c7a409579b4fcc5bf5c841037c9.tar.gz malcz.com-2944a5609d478c7a409579b4fcc5bf5c841037c9.zip | |
fix typing issues
Diffstat (limited to 'src/components/Home.tsx')
| -rw-r--r-- | src/components/Home.tsx | 1 |
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 () { |
