Sharkey/src/client/sw/i18n.ts
2020-12-26 15:27:39 +09:00

6 lines
76 B
TypeScript

import { I18n } from '@/i18n';
export const i18n = new I18n({
// TODO
});