Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEbenrode committed Oct 3, 2024
1 parent fa4df2c commit 73d7d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VRadioSwitch/VRadioSwitch.test.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 73d7d1e

Please sign in to comment.