feat(pipedrive): add create deal action
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import listCurrencies from './list-currencies';
|
||||
import listOrganizations from './list-organizations';
|
||||
import listPersons from './list-persons';
|
||||
import listUsers from './list-users';
|
||||
|
||||
export default [listCurrencies, listOrganizations, listPersons, listUsers];
|
Reference in New Issue
Block a user