diff --git a/src/routes/(app)/c/[id]/+page.svelte b/src/routes/(app)/c/[id]/+page.svelte new file mode 100644 index 0000000..167ab0e --- /dev/null +++ b/src/routes/(app)/c/[id]/+page.svelte @@ -0,0 +1,493 @@ + + + { + autoScroll = window.innerHeight + window.scrollY >= document.body.offsetHeight - 40; + }} +/> + +{#if loaded} + 0} /> +
+
+
+ 0} /> +
+ +
+ +
+
+ + +
+{/if} \ No newline at end of file