remove unused import

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-17 15:21:29 +02:00
parent ab24ecc406
commit 349f19cc57
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<script>
import { onMount } from "svelte"
import { page, goto, isActive } from "@roxi/routify"
import { page, goto } from "@roxi/routify"
import { auth } from "stores/backend"
import { admin } from "stores/portal"