mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 18:22:40 +00:00
[Refactor] Move zod schemas to schemas/ folder (#2753)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Keybinding } from '@/types/keyBindingTypes'
|
||||
import type { Keybinding } from '@/schemas/keyBindingSchema'
|
||||
|
||||
export const CORE_KEYBINDINGS: Keybinding[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user