use alias

This commit is contained in:
syuilo
2024-08-30 20:43:23 +09:00
parent 00202c8f9e
commit 99b4a48522
36 changed files with 36 additions and 36 deletions

View File

@@ -6,7 +6,7 @@
import { describe, test, assert, afterEach } from 'vitest';
import { render, cleanup, type RenderResult } from '@testing-library/vue';
import { defaultStoreState } from './init.js';
import { getEmojiName } from 'frontend-shared/emojilist.js';
import { getEmojiName } from '@@/js/emojilist.js';
import { components } from '@/components/index.js';
import { directives } from '@/directives/index.js';
import MkEmoji from '@/components/global/MkEmoji.vue';