remove unused import

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-17 15:21:29 +02:00
parent 2eeb689b86
commit 4fb4372c1b
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"