fantasia-archive/src/i18n/index.ts

6 lines
63 B
TypeScript
Raw Normal View History

2021-01-31 02:43:13 +13:00
import enUS from "./en-us"
export default {
"en-us": enUS
}