From 39e40a23ae64c879e7c568e9645eb199869a452d Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 14 Aug 2024 19:19:18 +0200 Subject: [PATCH] nit npn check fix --- frontend/src/lib/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/utils.ts b/frontend/src/lib/utils.ts index 1a278c9c79..75b2889804 100644 --- a/frontend/src/lib/utils.ts +++ b/frontend/src/lib/utils.ts @@ -11,7 +11,7 @@ import { deepEqual } from 'fast-equals' import YAML from 'yaml' import type { UserExt } from './stores' import { sendUserToast } from './toast' -import type { Script, WorkspaceDeployUISettings } from './gen' +import type { Script } from './gen' import type { EnumType, SchemaProperty } from './common' import type { Schema } from './common' export { sendUserToast }