feat: Convert all app files to JS
This commit is contained in:
15
packages/backend/src/apps/pipedrive/actions/index.js
Normal file
15
packages/backend/src/apps/pipedrive/actions/index.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import createActivity from './create-activity/index.js';
|
||||
import createDeal from './create-deal/index.js';
|
||||
import createLead from './create-lead/index.js';
|
||||
import createNote from './create-note/index.js';
|
||||
import createOrganization from './create-organization/index.js';
|
||||
import createPerson from './create-person/index.js';
|
||||
|
||||
export default [
|
||||
createActivity,
|
||||
createDeal,
|
||||
createLead,
|
||||
createNote,
|
||||
createOrganization,
|
||||
createPerson,
|
||||
];
|
Reference in New Issue
Block a user