X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/c458f2733c730cc174500ba308e3a670057d4d84..879fa389c2592760def75177eefbd3193e1845c9:/src/components/post/post.svelte diff --git a/src/components/post/post.svelte b/src/components/post/post.svelte index bf2a190..fd9e580 100644 --- a/src/components/post/post.svelte +++ b/src/components/post/post.svelte @@ -1,23 +1,48 @@ -{#if $store.loading} - -{/if} -{#if $store.error} - -{/if} -{#if post} - -{/if} + +
+ {post.text} +
+
+ +