mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 17:52:16 +00:00
[Cleanup] Rename remoteWidgetHook (#2500)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import axios from 'axios'
|
||||
|
||||
import { useRemoteWidget } from '@/hooks/remoteWidgetHook'
|
||||
import { useRemoteWidget } from '@/composables/widgets/useRemoteWidget'
|
||||
import type { ComboInputSpecV2 } from '@/types/apiTypes'
|
||||
|
||||
jest.mock('axios', () => ({
|
||||
Reference in New Issue
Block a user