Files
automatisch/packages/backend/src/apps/gmail/actions/index.js
2025-02-07 12:08:43 +01:00

8 lines
331 B
JavaScript

import createDraft from './create-draft/index.js';
import replyToEmail from './reply-to-email/index.js';
import sendEmail from './send-email/index.js';
import sendToTrash from './send-to-trash/index.js';
import starEmail from './star-email/index.js';
export default [createDraft, replyToEmail, sendEmail, sendToTrash, starEmail];