1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

remove unused component in manage layout

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-25 15:19:10 +02:00
parent 122c1f6fe0
commit 3dc7ba268e

View file

@ -12,7 +12,5 @@
</script>
{#if $auth.isAdmin}
<Page>
<slot />
</Page>
{/if}