mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-01 03:31:58 +00:00
Move files to constants/ (#1650)
This commit is contained in:
@@ -2,7 +2,7 @@ import { defineStore } from 'pinia'
|
|||||||
import { computed, Ref, ref, toRaw } from 'vue'
|
import { computed, Ref, ref, toRaw } from 'vue'
|
||||||
import { Keybinding, KeyCombo } from '@/types/keyBindingTypes'
|
import { Keybinding, KeyCombo } from '@/types/keyBindingTypes'
|
||||||
import { useSettingStore } from './settingStore'
|
import { useSettingStore } from './settingStore'
|
||||||
import { CORE_KEYBINDINGS } from './coreKeybindings'
|
import { CORE_KEYBINDINGS } from '@/constants/coreKeybindings'
|
||||||
import type { ComfyExtension } from '@/types/comfy'
|
import type { ComfyExtension } from '@/types/comfy'
|
||||||
|
|
||||||
export class KeybindingImpl implements Keybinding {
|
export class KeybindingImpl implements Keybinding {
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import type { SettingParams } from '@/types/settingTypes'
|
|||||||
import type { TreeNode } from 'primevue/treenode'
|
import type { TreeNode } from 'primevue/treenode'
|
||||||
import type { ComfyExtension } from '@/types/comfy'
|
import type { ComfyExtension } from '@/types/comfy'
|
||||||
import { buildTree } from '@/utils/treeUtil'
|
import { buildTree } from '@/utils/treeUtil'
|
||||||
import { CORE_SETTINGS } from '@/stores/coreSettings'
|
import { CORE_SETTINGS } from '@/constants/coreSettings'
|
||||||
|
|
||||||
export interface SettingTreeNode extends TreeNode {
|
export interface SettingTreeNode extends TreeNode {
|
||||||
data?: SettingParams
|
data?: SettingParams
|
||||||
|
|||||||
Reference in New Issue
Block a user