不要なインポートの削除

This commit is contained in:
takejohn 2025-01-04 07:46:58 +00:00
parent 48df2adeb1
commit bb3c4894a5
No known key found for this signature in database
GPG Key ID: 73120CE9760541C4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import MkInput from '@/components/MkInput.vue';
import { fireEvent, render, screen } from '@testing-library/vue';
import { fireEvent, render } from '@testing-library/vue';
import { components } from '@/components/index.js';
import { directives } from '@/directives/index.js';
import { describe, expect, test, vi } from 'vitest';