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

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