7 lines
85 B
TypeScript
7 lines
85 B
TypeScript
import eng from './eng';
|
|
import tha from './tha';
|
|
|
|
export default {
|
|
eng,
|
|
tha,
|
|
};
|