Remove TS ignore for constants import as no longer needed
This commit is contained in:
parent
47997282fa
commit
cab3b1849a
|
@ -1,5 +1,4 @@
|
|||
import { derived } from "svelte/store"
|
||||
// @ts-ignore
|
||||
import { AppStatus } from "@/constants"
|
||||
import { API } from "@/api"
|
||||
import { auth } from "./auth"
|
||||
|
|
Loading…
Reference in New Issue