Skip to content

Commit cc3a9a8

Browse files
committed
fix: delete unused imports
1 parent cd1b435 commit cc3a9a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

custom/MarkdownEditor.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ import * as monaco from 'monaco-editor';
2121
import TurndownService from 'turndown';
2222
import { gfm, tables } from 'turndown-plugin-gfm';
2323
import { toggleWrapSmart } from './utils/monacoMarkdownToggle';
24-
import { IconLinkOutline, IconCodeOutline, IconRectangleListOutline, IconOrderedListOutline, IconLetterBoldOutline, IconLetterUnderlineOutline, IconLetterItalicOutline, IconTextSlashOutline } from '@iconify-prerendered/vue-flowbite';
25-
import { IconH116Solid, IconH216Solid, IconH316Solid } from '@iconify-prerendered/vue-heroicons';
2624
import TopPanelButtons from './topPanelButtons.vue';
2725
2826
const props = defineProps<{

0 commit comments

Comments
 (0)