diff --git a/examples/basics/src/components/Card.astro b/examples/basics/src/components/Card.astro index a87ab7291e..2515ee70fc 100644 --- a/examples/basics/src/components/Card.astro +++ b/examples/basics/src/components/Card.astro @@ -11,8 +11,7 @@ const { href, title, body } = Astro.props; diff --git a/examples/basics/src/layouts/Layout.astro b/examples/basics/src/layouts/Layout.astro index 5c724bfdd7..f1a62a537b 100644 --- a/examples/basics/src/layouts/Layout.astro +++ b/examples/basics/src/layouts/Layout.astro @@ -19,40 +19,15 @@ const { title } = Astro.props; - - -