This commit is contained in:
kakkokari-gtyih 2025-08-29 11:48:18 +09:00
parent c4e1615b3a
commit f1c1410834
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ import * as os from '@/os.js';
import { deepClone } from '@/utility/clone.js';
import { ensureSignin } from '@/i.js';
import { genId } from '@/utility/id.js';
import { useMkSelect } from '@/composables/use-mkselect';
import { useMkSelect } from '@/composables/use-mkselect.js';
const $i = ensureSignin();

View File

@ -58,7 +58,7 @@ import { widgets as widgetDefs, federationWidgets } from '@/widgets/index.js';
import * as os from '@/os.js';
import { i18n } from '@/i18n.js';
import { instance } from '@/instance.js';
\import { useMkSelect } from '@/composables/use-mkselect';
import { useMkSelect } from '@/composables/use-mkselect.js';
const Sortable = defineAsyncComponent(() => import('vuedraggable').then(x => x.default));