+
+
+
+{/if}
diff --git a/resources/components/comments/ReplyForm.svelte b/resources/components/comments/ReplyForm.svelte
new file mode 100644
index 000000000..a6acc030e
--- /dev/null
+++ b/resources/components/comments/ReplyForm.svelte
@@ -0,0 +1,26 @@
+
+
+{#if $useUserStore.id}
+
+ {#each comment.replies as reply} +
+ {/each}
+
+ {/if} +