Files
bigcapital/src/common/contactsOptions.js
2021-09-21 17:13:53 +02:00

8 lines
191 B
JavaScript

import React from 'react';
import intl from 'react-intl-universal';
export default [
{ name: intl.get('customer'), path: 'customers' },
{ name: intl.get('vendor'), path: 'vendors' },
];