1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

remove unused import

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-17 15:21:29 +02:00
parent ab24ecc406
commit 349f19cc57

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"