www/src/constants/index.ts
2025-05-14 09:43:02 +12:00

5 lines
67 B
TypeScript

import { I18N } from './i18n'
export const CONSTANT = {
I18N,
}