diff options
Diffstat (limited to 'front/odiparpack/app/api/otherMenu.js')
| -rw-r--r-- | front/odiparpack/app/api/otherMenu.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/front/odiparpack/app/api/otherMenu.js b/front/odiparpack/app/api/otherMenu.js new file mode 100644 index 0000000..9a69704 --- /dev/null +++ b/front/odiparpack/app/api/otherMenu.js @@ -0,0 +1,12 @@ +module.exports = [ + { + key: 'settings', + name: 'Settings', + link: '/app/pages/settings' + }, + { + key: 'help_support', + name: 'Help & Support', + link: '/app/pages/help-support' + }, +]; |
