feat(pipedrive): add create note action

This commit is contained in:
Rıdvan Akca
2023-10-02 15:11:09 +03:00
parent 0e959641af
commit a9282ad118
6 changed files with 294 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
import createDeal from './create-deal';
import createNote from './create-note';
export default [createDeal];
export default [createDeal, createNote];