mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-22 07:19:41 +00:00
[Refactor] Rename hooks/ to composables/ (#2437)
This commit is contained in:
@@ -4,7 +4,7 @@ import { computed, ref } from 'vue'
|
||||
import {
|
||||
useCommandTerminalTab,
|
||||
useLogsTerminalTab
|
||||
} from '@/hooks/bottomPanelTabs/terminalTabs'
|
||||
} from '@/composables/bottomPanelTabs/useTerminalTabs'
|
||||
import { useCommandStore } from '@/stores/commandStore'
|
||||
import { ComfyExtension } from '@/types/comfy'
|
||||
import type { BottomPanelExtension } from '@/types/extensionTypes'
|
||||
|
||||
Reference in New Issue
Block a user