From 73d7d1ed7c8acf0c1321c3a8107b113cec904ac0 Mon Sep 17 00:00:00 2001 From: Alex Ebenrode Date: Thu, 3 Oct 2024 13:00:52 +0500 Subject: [PATCH] fix lint --- src/components/VRadioSwitch/VRadioSwitch.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';