xxxxxxxxxx
// constants.js or en.js
const MESSAGES = {
'HEADING': 'welcome to the website",
'ENTER_YOUR_NAME': 'Enter user name',
'HOME': [{
'HEADING': 'welcome to the home'
}]
}
Object.freeze(MESSAGES);
export default MESSAGES;