refactor(frontend): Remove unused directives (#14085)

This commit is contained in:
woxtu 2024-06-24 21:32:12 +09:00 committed by GitHub
parent b95a0457a9
commit 634764e1a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -11,6 +11,5 @@ import { I18n } from '@/scripts/i18n.js';
export const i18n = markRaw(new I18n<Locale>(locale));
export function updateI18n(newLocale: Locale) {
// @ts-expect-error -- private field
i18n.locale = newLocale;
}