diff --git a/src/components/Project.astro b/src/components/Project.astro deleted file mode 100644 index 117cf8f..0000000 --- a/src/components/Project.astro +++ /dev/null @@ -1,41 +0,0 @@ ---- -export interface Props { - title: string; - content: string; - href?: string; -} - -const { title, content, href } = Astro.props; ---- - - -

-

- - -