From 227eac690914886c5dd6d9a8bd627534c86b4a5d Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 1 Aug 2023 20:21:11 +0100 Subject: Initial commit --- src/components/Card.astro | 61 ----------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 src/components/Card.astro (limited to 'src/components') 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