feat(vtiger-crm): add create todo action

This commit is contained in:
Rıdvan Akca
2024-01-16 18:26:58 +03:00
committed by Ali BARIN
parent ab897ada5a
commit fbfa67e471
11 changed files with 633 additions and 1 deletions

View File

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