X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/c458f2733c730cc174500ba308e3a670057d4d84..77182aa8d0fa96b594d1c2582a168e2ebe15964d:/src/components/post/post.svelte?ds=sidebyside diff --git a/src/components/post/post.svelte b/src/components/post/post.svelte index bf2a190..5d8ef1c 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} +
+
+ +