X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/c458f2733c730cc174500ba308e3a670057d4d84..fb76052a02708a8fafa310d99d7d7b403b4b7ad8:/src/components/post/post.svelte?ds=sidebyside 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} +
+
+ +