[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

@@ -14,7 +14,7 @@ import TiptapTableRow from '@tiptap/extension-table-row'
import TiptapStarterKit from '@tiptap/starter-kit'
import { Markdown as TiptapMarkdown } from 'tiptap-markdown'
import { useRemoteWidget } from '@/hooks/remoteWidgetHook'
import { useRemoteWidget } from '@/composables/widgets/useRemoteWidget'
import { useSettingStore } from '@/stores/settingStore'
import { useToastStore } from '@/stores/toastStore'
import { useWidgetStore } from '@/stores/widgetStore'