summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/api/otherMenu.js
blob: 9a69704ce57af25c4102a1df9e1e540fe4abe6eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = [
  {
    key: 'settings',
    name: 'Settings',
    link: '/app/pages/settings'
  },
  {
    key: 'help_support',
    name: 'Help & Support',
    link: '/app/pages/help-support'
  },
];