feat(vtiger-crm): add create contact action

This commit is contained in:
Rıdvan Akca
2024-01-17 11:13:32 +03:00
committed by Ali BARIN
parent d8d6227125
commit a6cc1566c7
6 changed files with 846 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
import createContact from './create-contact/index.js';
import createLead from './create-lead/index.js';
import createOpportunity from './create-opportunity/index.js';
import createTodo from './create-todo/index.js';
export default [createLead, createOpportunity, createTodo];
export default [createContact, createLead, createOpportunity, createTodo];