1
0
Fork 0
freesewing/designs/opal/i18n/index.mjs

4 lines
79 B
JavaScript
Raw Normal View History

import en from './en.json' assert { type: 'json' }
2024-05-03 17:21:48 -04:00
export const i18n = { en }