Files
automatisch/packages/backend/src/apps/hubspot/actions/index.ts
2023-09-13 23:16:23 +02:00

4 lines
81 B
TypeScript

import createContact from './create-contact';
export default [ createContact ];