fantasia-archive/src/i18n/index.ts
2021-07-09 18:38:42 +02:00

6 lines
63 B
TypeScript

import enUS from './en-US'
export default {
'en-US': enUS
}