initial docker setup
This commit is contained in:
6
frontend/src/constants/menuConstants.jsx
Normal file
6
frontend/src/constants/menuConstants.jsx
Normal file
@@ -0,0 +1,6 @@
|
||||
export const menuTexts = {
|
||||
buttons : {
|
||||
Profile: 'Profile',
|
||||
Logout: 'Logout'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user