Remove unused (removed) types

This commit is contained in:
Will Chen
2025-04-17 23:19:42 -07:00
parent 846978ee40
commit 8d9aab214c

View File

@@ -13,10 +13,8 @@ import type {
ChatStreamParams,
CreateAppParams,
CreateAppResult,
InstallNodeResult,
ListAppsResponse,
NodeSystemInfo,
SandboxConfig,
Version,
} from "./ipc_types";
import { showError } from "@/lib/toast";