diff --git a/src/components/FriendLinkHigh.astro b/src/components/FriendLinkHigh.astro new file mode 100644 index 0000000..eaced05 --- /dev/null +++ b/src/components/FriendLinkHigh.astro @@ -0,0 +1,16 @@ +--- +import { Image, Picture } from "astro:assets"; + +const { name, image, target } = Astro.props; +--- + + \ No newline at end of file