diff --git a/src/components/PostList.svelte b/src/components/PostList.svelte new file mode 100644 index 0000000..cfa10ca --- /dev/null +++ b/src/components/PostList.svelte @@ -0,0 +1,105 @@ + + +{#if loading} + +{:else} + {#if error} + + {:else} + + {/if} +{/if} + + + \ No newline at end of file