remove bad dependency

This commit is contained in:
2023-07-07 18:36:36 +10:00
parent 8992554ba6
commit fa7478a5b5

View File

@@ -38,7 +38,6 @@
<script setup lang="ts">
import { computed, onMounted, ref, watch } from "vue";
import { useToastStore } from "../store/ToastStore";
import { I } from "vitest/dist/types-198fd1d9";
const props = defineProps({
id: {
@@ -147,6 +146,6 @@ watch(
} else {
startRemoveCountdown();
}
}
},
);
</script>