mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 01:39:47 +00:00
[Refactor] Move node composables to subfolder (#2712)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import type { IWidget } from '@comfyorg/litegraph'
|
||||
import type { IStringWidget } from '@comfyorg/litegraph/dist/types/widgets'
|
||||
|
||||
import { useNodeFileInput } from '@/composables/useNodeFileInput'
|
||||
import { useNodeFileInput } from '@/composables/node/useNodeFileInput'
|
||||
import type { DOMWidget } from '@/scripts/domWidget'
|
||||
import { useToastStore } from '@/stores/toastStore'
|
||||
import { ComfyNodeDef } from '@/types/apiTypes'
|
||||
|
||||
Reference in New Issue
Block a user