7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
export const menuTexts = {
|
|
buttons : {
|
|
Profile: 'Profile',
|
|
Logout: 'Logout'
|
|
}
|
|
};
|