Files
piggybank/src/i18n/index.ts
2023-10-22 15:50:59 -06:00

6 lines
65 B
TypeScript

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