1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

remove unused import

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-17 15:21:29 +02:00
parent 2eeb689b86
commit 4fb4372c1b

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"