nit npn check fix

This commit is contained in:
Ruben Fiszel
2024-08-14 19:19:18 +02:00
parent 44cf3f886f
commit 39e40a23ae
+1 -1
View File
@@ -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 }