Untitled
unknown
plain_text
6 months ago
636 B
2
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