feat(vtiger-crm): add create lead action

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

View File

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