diff --git a/src/components/VRadioSwitch/VRadioSwitch.test.ts b/src/components/VRadioSwitch/VRadioSwitch.test.ts index 79e37eb9..6935e34e 100644 --- a/src/components/VRadioSwitch/VRadioSwitch.test.ts +++ b/src/components/VRadioSwitch/VRadioSwitch.test.ts @@ -1,4 +1,4 @@ -import { mount, shallowMount } from '@vue/test-utils'; +import { shallowMount } from '@vue/test-utils'; import { describe, test, expect } from 'vitest'; import VRadioSwitch from './VRadioSwitch.vue'; import { SunFilledIcon, MoonFilledIcon } from 'vue-tabler-icons';