Remove unused import from zodFormUtils.ts

This commit is contained in:
2025-08-20 16:03:09 +02:00
parent 1939b45312
commit 9181c3d7bc

View File

@@ -1,5 +1,4 @@
import { type CreateInstanceOptions, getAllFieldKeys } from '@/schemas/instanceOptions' import { type CreateInstanceOptions, getAllFieldKeys } from '@/schemas/instanceOptions'
import { on } from 'events'
// Only define the basic fields we want to show by default // Only define the basic fields we want to show by default
export const basicFieldsConfig: Record<string, { export const basicFieldsConfig: Record<string, {