4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
|
import { I18n } from '@/i18n';
|
||
|
|
||
|
export const i18n = new I18n(_LOCALE_);
|