aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tools/html-wysiwyg-editor/editor/menu-bar.vue2
-rw-r--r--src/tools/html-wysiwyg-editor/html-wysiwyg-editor.vue1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/html-wysiwyg-editor/editor/menu-bar.vue b/src/tools/html-wysiwyg-editor/editor/menu-bar.vue
index 5304cd3..ff21b69 100644
--- a/src/tools/html-wysiwyg-editor/editor/menu-bar.vue
+++ b/src/tools/html-wysiwyg-editor/editor/menu-bar.vue
@@ -22,10 +22,8 @@ import {
H3,
H4,
Italic,
- Link,
List,
ListNumbers,
- Separator,
Strikethrough,
TextWrap,
} from '@vicons/tabler';
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';