fantasia-archive/src/i18n/index.ts

6 lines
63 B
TypeScript
Raw Normal View History

2021-07-10 04:38:42 +12:00
import enUS from './en-US'
export default {
'en-US': enUS
}