jws-frontend/src/i18n/index.ts
2024-08-26 16:24:18 +07:00

7 lines
85 B
TypeScript

import eng from './eng';
import tha from './tha';
export default {
eng,
tha,
};