remove unused component in manage layout

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-25 15:19:10 +02:00
parent 89f6d6e9c3
commit f1b4bcc440
1 changed files with 1 additions and 3 deletions

View File

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