diff --git a/src/components/FriendLink.astro b/src/components/FriendLink.astro
index d5847fc..c3907b3 100644
--- a/src/components/FriendLink.astro
+++ b/src/components/FriendLink.astro
@@ -1,9 +1,9 @@
---
-// import { Image, Picture } from "astro:assets";
+import { Image, Picture } from "astro:assets";
const { name, image, target } = Astro.props;
---
-
+