diff --git a/superpage/src/components/Carousel.astro b/superpage/src/components/Carousel.astro index 26da9cd..ae5c968 100644 --- a/superpage/src/components/Carousel.astro +++ b/superpage/src/components/Carousel.astro @@ -1,7 +1,7 @@ --- -import { Icon } from 'astro-icon/components' +import { Icon } from "astro-icon/components"; -const { items = [] } = Astro.props +const { items = [] } = Astro.props; ---