mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
refactor(import): removed unused imports
This commit is contained in:
parent
91369cb238
commit
47948dd343
2 changed files with 0 additions and 3 deletions
|
@ -22,10 +22,8 @@ import {
|
|||
H3,
|
||||
H4,
|
||||
Italic,
|
||||
Link,
|
||||
List,
|
||||
ListNumbers,
|
||||
Separator,
|
||||
Strikethrough,
|
||||
TextWrap,
|
||||
} from '@vicons/tabler';
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue