mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-05 05:00:03 +00:00
[Refactor] Split color palettes into separate json files (#2029)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ZodType, z } from 'zod'
|
||||
import { zComfyWorkflow, zNodeId } from './comfyWorkflow'
|
||||
import { fromZodError } from 'zod-validation-error'
|
||||
import { colorPalettesSchema } from './colorPalette'
|
||||
import { colorPalettesSchema } from './colorPaletteTypes'
|
||||
import { LinkReleaseTriggerAction } from './searchBoxTypes'
|
||||
import { NodeBadgeMode } from './nodeSource'
|
||||
import { zKeybinding } from './keyBindingTypes'
|
||||
|
||||
Reference in New Issue
Block a user