chore: removed unused imports

This commit is contained in:
Jannat Patel
2024-06-21 18:52:12 +05:30
parent ed739b25e2
commit 8d1c03d4c1
2 changed files with 1 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import Paragraph from '@editorjs/paragraph'
import { CodeBox } from '@/utils/code'
import NestedList from '@editorjs/nested-list'
import InlineCode from '@editorjs/inline-code'
import { watch, createApp } from 'vue'
import { watch } from 'vue'
import dayjs from '@/utils/dayjs'
import Embed from '@editorjs/embed'