Untitled
unknown
plain_text
a year ago
636 B
5
Indexable
export default [
{
id: 'top-page',
title: 'Top Page',
navLink: '/top-page',
},
{
id: 'my-case',
title: 'My Case',
navLink: '/my-case',
},
{
id: 'project',
title: 'Project',
navLink: '/project',
},
{
id: 'quotation',
title: 'Quotation',
navLink: '/quotation',
},
{
id: 'approval',
title: 'Approval',
navLink: '/approval',
},
{
id: 'customer',
title: 'Customer',
navLink: '/customer',
},
{
id: 'estimate',
title: 'Estimate',
navLink: '/estimate',
},
{
id: 'master',
title: 'Master',
navLink: '/master',
},
];
Editor is loading...
Leave a Comment