diff --git a/src/Image.astro b/src/Image.astro index 7935415..75578e5 100644 --- a/src/Image.astro +++ b/src/Image.astro @@ -1,7 +1,4 @@ --- -// Astro's Image Component -import { Image } from 'astro:assets' - // Properties const { Source, @@ -12,14 +9,10 @@ const { } = Astro.props --- -{Alt} \ No newline at end of file