From 9ad43ed4d41906af8ae33160b30d6cd6a6ae9bc0 Mon Sep 17 00:00:00 2001 From: kartofen Date: Wed, 26 Oct 2022 18:03:58 +0300 Subject: prod version --- src/components/Card.astro | 76 ----------------------------------------------- 1 file changed, 76 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 aea28c8..0000000 --- a/src/components/Card.astro +++ /dev/null @@ -1,76 +0,0 @@ ---- -export interface Props { - title: string; - body: string; - href: string; -} - -const { href, title, body } = Astro.props as Props; ---- - - - -- cgit v1.2.3