lmao
+This is test 1 (astro)
-diff --git a/public/favicon.svg b/public/favicon.svg index f157bd1..82ab793 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,9 +1,4 @@ - + \ No newline at end of file diff --git a/src/components/Card.astro b/src/components/Card.astro deleted file mode 100644 index c261c79..0000000 --- a/src/components/Card.astro +++ /dev/null @@ -1,64 +0,0 @@ ---- -export interface Props { - title: string; - body: string; - href: string; -} - -const { href, title, body } = Astro.props; ---- - -
- {body} -
- -You clicked {{ count }} times
- -This is test 1 (astro)
-