diff --git a/src/lib/components/Friend.svelte b/src/lib/components/Friend.svelte
new file mode 100644
index 0000000..3df0aca
--- /dev/null
+++ b/src/lib/components/Friend.svelte
@@ -0,0 +1,23 @@
+
+
+
+
+ {#if friend.status === Status.OFFLINE}
+
+ {:else if friend.status === Status.DND}
+
+ {:else if friend.status === Status.ONLINE}
+
+ {/if}
+