diff --git a/test/src/components/Info.astro b/test/src/components/Info.astro index 42dd941..b2c7823 100644 --- a/test/src/components/Info.astro +++ b/test/src/components/Info.astro @@ -1,5 +1,5 @@ --- -const { Title, Description } = Astro.props; +const { Title, Description } = Astro.props ---