6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
import en from './en.js';
|
|
|
|
export default {
|
|
...en,
|
|
body: 'I am from the USA',
|
|
};
|