Skip to content

Commit

Permalink
refacor: import type
Browse files Browse the repository at this point in the history
  • Loading branch information
zyoshoka committed Feb 2, 2024
1 parent 64d2af3 commit 1bbd3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/os.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
// TODO: なんでもかんでもos.tsに突っ込むのやめたいのでよしなに分割する

import { Component, markRaw, Ref, ref, defineAsyncComponent } from 'vue';
import { ComponentProps } from 'vue-component-type-helpers';
import { EventEmitter } from 'eventemitter3';
import insertTextAtCursor from 'insert-text-at-cursor';
import * as Misskey from 'misskey-js';
import type { ComponentProps } from 'vue-component-type-helpers';
import { misskeyApi } from '@/scripts/misskey-api.js';
import { i18n } from '@/i18n.js';
import MkPostFormDialog from '@/components/MkPostFormDialog.vue';
Expand Down

0 comments on commit 1bbd3d4

Please sign in to comment.