fix: collection route

This commit is contained in:
Torsten Dittmann
2022-05-18 23:09:37 +02:00
parent 84d0f85505
commit 8a6af22ae9
@@ -44,4 +44,6 @@
<title>Appwrite - {$collection?.name ?? 'Collection'}</title>
</svelte:head>
<slot />
{#if $collection}
<slot />
{/if}