9 lines
157 B
JavaScript
Executable File
9 lines
157 B
JavaScript
Executable File
const lang = {
|
|
contact: 'Contact',
|
|
experience: 'Ervaringen',
|
|
education: 'Opleidingen',
|
|
skills: 'Skills',
|
|
about: 'Over mij'
|
|
};
|
|
export default lang;
|