1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-05 23:59:32 -05:00

fix load-font

This commit is contained in:
FLY_MC 2025-03-11 04:46:03 +08:00
parent 42e24bed28
commit 23e5b6c50a

View file

@ -28,7 +28,7 @@ import { miLocalStorage } from '@/local-storage.js';
import { fetchCustomEmojis } from '@/custom-emojis.js';
import { setupRouter } from '@/router/main.js';
import { createMainRouter } from '@/router/definition.js';
import { loadFontStyle } from '@/scripts/load-font.js';
import { loadFontStyle } from '@/utility/load-font.js';
import { prefer } from '@/preferences.js';
export async function common(createVue: () => App<Element>) {