refactor(import): removed unused imports

This commit is contained in:
Corentin Thomasset 2023-03-27 22:47:52 +02:00 committed by Corentin THOMASSET
parent 91369cb238
commit 47948dd343
2 changed files with 0 additions and 3 deletions

View file

@ -22,10 +22,8 @@ import {
H3,
H4,
Italic,
Link,
List,
ListNumbers,
Separator,
Strikethrough,
TextWrap,
} from '@vicons/tabler';

View file

@ -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';