fix frontend lint errors
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
*/
|
||||
|
||||
import { describe, test, assert, afterEach } from 'vitest';
|
||||
import { render, cleanup, type RenderResult } from '@testing-library/vue';
|
||||
import './init';
|
||||
import * as Misskey from 'misskey-js';
|
||||
import { render, cleanup } from '@testing-library/vue';
|
||||
import type { RenderResult } from '@testing-library/vue';
|
||||
import './init';
|
||||
import { components } from '@/components/index.js';
|
||||
import { directives } from '@/directives/index.js';
|
||||
import MkMediaImage from '@/components/MkMediaImage.vue';
|
||||
|
||||
Reference in New Issue
Block a user