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