diff --git a/src/components/Image.astro b/src/components/Image.astro new file mode 100644 index 0000000..898ea9d --- /dev/null +++ b/src/components/Image.astro @@ -0,0 +1,17 @@ +--- +// Properties +const { + Source, + Alt +} = Astro.props +--- + +{Alt} + + + + \ No newline at end of file