[Refactor] Split color palettes into separate json files (#2029)

This commit is contained in:
Chenlei Hu
2024-12-23 14:42:03 -05:00
committed by GitHub
parent 47435cdfed
commit fa06d6ea99
10 changed files with 444 additions and 445 deletions

View File

@@ -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'