Skip to content

Commit ccfe71e

Browse files
committed
Remove unused imports
1 parent 7f3bda2 commit ccfe71e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/useCases/Tchernob.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<script setup>
2-
import { selectedIndex } from "happy-dom/lib/PropertySymbol.js";
32
import { ref, computed } from "vue";
43
import { useMainStore } from "../../stores";
54
import BaseCard from "../BaseCard.vue";
6-
import { RadioactiveFilledIcon, RadioactiveOffIcon } from "vue-tabler-icons";
5+
import { RadioactiveFilledIcon } from "vue-tabler-icons";
76
87
const store = useMainStore();
98
const isDarkMode = computed(() => store.isDarkMode);

0 commit comments

Comments
 (0)