This commit is contained in:
syuilo
2024-09-17 17:00:48 +09:00
parent 6bd6af440f
commit 0134e6e420
6 changed files with 153 additions and 292 deletions

View File

@@ -13,6 +13,7 @@ import locale from './locale.js';
import { commonHandlers, onUnhandledRequest } from './mocks.js';
import themes from './themes.js';
import '../src/style.scss';
import '../../frontend-shared/styles/mfm.scss';
const appInitialized = Symbol();