salix-front/src/i18n/index.js

6 lines
68 B
JavaScript
Raw Normal View History

2022-03-24 13:57:11 +00:00
import enUS from './en-US';
2022-03-24 12:33:14 +00:00
export default {
2022-03-24 13:57:11 +00:00
'en-US': enUS,
};