[Cleanup] Rename remoteWidgetHook (#2500)

This commit is contained in:
Chenlei Hu
2025-02-10 18:12:15 -05:00
committed by GitHub
parent 2d759aa9e3
commit 46428cbf7d
3 changed files with 2 additions and 2 deletions

View File

@@ -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', () => ({