diff --git a/examples/basics/src/components/Card.astro b/examples/basics/src/components/Card.astro index 7b911b395..53b67a9da 100644 --- a/examples/basics/src/components/Card.astro +++ b/examples/basics/src/components/Card.astro @@ -14,7 +14,6 @@ const {href, title, body} = Astro.props;
{body}
-