From 6becb8cf09c02c93e0f5030957015ed4ea07789d Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Mon, 5 Aug 2024 22:17:34 -0500 Subject: style: basic styles and create profile component --- src/components/Card.astro | 61 ----------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 src/components/Card.astro (limited to 'src/components/Card.astro') diff --git a/src/components/Card.astro b/src/components/Card.astro deleted file mode 100644 index bd6d597..0000000 --- a/src/components/Card.astro +++ /dev/null @@ -1,61 +0,0 @@ ---- -interface Props { - title: string; - body: string; - href: string; -} - -const { href, title, body } = Astro.props; ---- - - - -- cgit v1.2.3