6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
import nl from './nl.js';
|
|
|
|
export default {
|
|
...nl,
|
|
body: 'Ik kom uit Belgie',
|
|
};
|