Skip to content

Commit

Permalink
Update packages/frontend/src/scripts/mfm-function-picker.ts
Browse files Browse the repository at this point in the history
Co-authored-by: かっこかり <[email protected]>
  • Loading branch information
woxtu and kakkokari-gtyih authored Jul 17, 2024
1 parent bdb35dd commit cbc315c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/scripts/mfm-function-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Ref, nextTick } from 'vue';
import * as os from '@/os.js';
import { i18n } from '@/i18n.js';
import { MFM_TAGS } from '@/const.js';
import { MenuItem } from '@/types/menu.js';
import type { MenuItem } from '@/types/menu.js';

/**
* MFMの装飾のリストを表示する
Expand Down

0 comments on commit cbc315c

Please sign in to comment.