chore: code cleanup

This commit is contained in:
2025-07-11 02:30:06 +02:00
parent 2efa4a4f9a
commit 35a883d608
+1 -1
View File
@@ -21,7 +21,7 @@
</template>
<script lang="ts" setup>
import { computed, defineComponent, ref, watch } from 'vue';
import { computed, ref, watch } from 'vue';
import { Converter } from 'showdown';
import { useStore } from '../store/store';