Files
old-new-wiaas/frontend/src/constants/menuConstants.jsx
2018-06-14 16:49:28 +02:00

7 lines
105 B
JavaScript

export const menuTexts = {
buttons : {
Profile: 'Profile',
Logout: 'Logout'
}
};