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 { preferState } from './init.js';
|
||||
import { render, cleanup } from '@testing-library/vue';
|
||||
import { getEmojiName } from '@@/js/emojilist.js';
|
||||
import { preferState } from './init.js';
|
||||
import type { RenderResult } from '@testing-library/vue';
|
||||
import { components } from '@/components/index.js';
|
||||
import { directives } from '@/directives/index.js';
|
||||
import MkEmoji from '@/components/global/MkEmoji.vue';
|
||||
|
||||
Reference in New Issue
Block a user