mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
[Cleanup] Rename remoteWidgetHook (#2500)
This commit is contained in:
@@ -14,7 +14,7 @@ import TiptapTableRow from '@tiptap/extension-table-row'
|
|||||||
import TiptapStarterKit from '@tiptap/starter-kit'
|
import TiptapStarterKit from '@tiptap/starter-kit'
|
||||||
import { Markdown as TiptapMarkdown } from 'tiptap-markdown'
|
import { Markdown as TiptapMarkdown } from 'tiptap-markdown'
|
||||||
|
|
||||||
import { useRemoteWidget } from '@/hooks/remoteWidgetHook'
|
import { useRemoteWidget } from '@/composables/widgets/useRemoteWidget'
|
||||||
import { useSettingStore } from '@/stores/settingStore'
|
import { useSettingStore } from '@/stores/settingStore'
|
||||||
import { useToastStore } from '@/stores/toastStore'
|
import { useToastStore } from '@/stores/toastStore'
|
||||||
import { useWidgetStore } from '@/stores/widgetStore'
|
import { useWidgetStore } from '@/stores/widgetStore'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
|
|
||||||
import { useRemoteWidget } from '@/hooks/remoteWidgetHook'
|
import { useRemoteWidget } from '@/composables/widgets/useRemoteWidget'
|
||||||
import type { ComboInputSpecV2 } from '@/types/apiTypes'
|
import type { ComboInputSpecV2 } from '@/types/apiTypes'
|
||||||
|
|
||||||
jest.mock('axios', () => ({
|
jest.mock('axios', () => ({
|
||||||
Reference in New Issue
Block a user