1
0

fix(editor): lint

This commit is contained in:
kolaente
2023-10-21 19:52:56 +02:00
parent d6a41fa518
commit 19a78f1f75
3 changed files with 2 additions and 5 deletions

View File

@ -30,7 +30,7 @@
</template>
<script setup lang="ts">
import {ref, computed, watch, type PropType} from 'vue'
import {ref, computed, watch} from 'vue'
import CustomTransition from '@/components/misc/CustomTransition.vue'
import Editor from '@/components/input/AsyncEditor'