We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3bda2 commit ccfe71eCopy full SHA for ccfe71e
src/components/useCases/Tchernob.vue
@@ -1,9 +1,8 @@
1
<script setup>
2
-import { selectedIndex } from "happy-dom/lib/PropertySymbol.js";
3
import { ref, computed } from "vue";
4
import { useMainStore } from "../../stores";
5
import BaseCard from "../BaseCard.vue";
6
-import { RadioactiveFilledIcon, RadioactiveOffIcon } from "vue-tabler-icons";
+import { RadioactiveFilledIcon } from "vue-tabler-icons";
7
8
const store = useMainStore();
9
const isDarkMode = computed(() => store.isDarkMode);
0 commit comments