X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/c458f2733c730cc174500ba308e3a670057d4d84..a7500d5b46ad519c9e9a84a342e469bdac0def7a:/src/components/post/post.svelte?ds=inline diff --git a/src/components/post/post.svelte b/src/components/post/post.svelte index bf2a190..66901af 100644 --- a/src/components/post/post.svelte +++ b/src/components/post/post.svelte @@ -1,23 +1,50 @@ -{#if $store.loading} - -{/if} -{#if $store.error} - -{/if} -{#if post} - -{/if} + +
+ {post.text} +
+
+ +