refactor: 良い感じのimportに修正

This commit is contained in:
zyoshoka 2024-02-07 19:07:38 +09:00
parent e484954f93
commit 7303f0cf8d
No known key found for this signature in database
GPG Key ID: 0C2CB8FBA309A5B8
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@
import { Component, markRaw, Ref, ref, defineAsyncComponent } from 'vue';
import { EventEmitter } from 'eventemitter3';
import * as Misskey from 'misskey-js';
import { Form, GetFormResultType } from './scripts/form.js';
import type { ComponentProps } from 'vue-component-type-helpers';
import type { Form, GetFormResultType } from '@/scripts/form.js';
import { misskeyApi } from '@/scripts/misskey-api.js';
import { i18n } from '@/i18n.js';
import MkPostFormDialog from '@/components/MkPostFormDialog.vue';