Remove TS ignore for constants import as no longer needed

This commit is contained in:
Andrew Kingston 2024-12-18 09:48:17 +00:00
parent 47997282fa
commit cab3b1849a
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import { derived } from "svelte/store"
// @ts-ignore
import { AppStatus } from "@/constants"
import { API } from "@/api"
import { auth } from "./auth"