diff options
author | 2023-03-27 22:47:52 +0200 | |
---|---|---|
committer | 2023-03-28 23:49:54 +0200 | |
commit | 47948dd343777fd2d517466a3a19b0f23545f86c (patch) | |
tree | 8b9e7b4997fd7ccf7136ef5a32e3ed60423078c9 /src/tools/html-wysiwyg-editor/html-wysiwyg-editor.vue | |
parent | 91369cb2382fd7c07897887e239af8e9b8a0204d (diff) | |
download | it-tools-47948dd343777fd2d517466a3a19b0f23545f86c.tar.gz it-tools-47948dd343777fd2d517466a3a19b0f23545f86c.tar.zst it-tools-47948dd343777fd2d517466a3a19b0f23545f86c.zip |
refactor(import): removed unused imports
Diffstat (limited to 'src/tools/html-wysiwyg-editor/html-wysiwyg-editor.vue')
-rw-r--r-- | src/tools/html-wysiwyg-editor/html-wysiwyg-editor.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/html-wysiwyg-editor/html-wysiwyg-editor.vue b/src/tools/html-wysiwyg-editor/html-wysiwyg-editor.vue index b153769..7cd1256 100644 --- a/src/tools/html-wysiwyg-editor/html-wysiwyg-editor.vue +++ b/src/tools/html-wysiwyg-editor/html-wysiwyg-editor.vue @@ -5,7 +5,6 @@ <script setup lang="ts"> import TextareaCopyable from '@/components/TextareaCopyable.vue'; -import { ref } from 'vue'; import { format } from 'prettier'; import htmlParser from 'prettier/parser-html'; import { useStorage } from '@vueuse/core'; |