diff --git a/packages/builder/src/stores/portal/apps.ts b/packages/builder/src/stores/portal/apps.ts index cc7fcc48a2..c53be12aa3 100644 --- a/packages/builder/src/stores/portal/apps.ts +++ b/packages/builder/src/stores/portal/apps.ts @@ -1,5 +1,4 @@ import { derived } from "svelte/store" -// @ts-ignore import { AppStatus } from "@/constants" import { API } from "@/api" import { auth } from "./auth"