feat(gmail): add send to trash action
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
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';
|
||||
|
||||
export default [createDraft, replyToEmail, sendEmail];
|
||||
export default [createDraft, replyToEmail, sendEmail, sendToTrash];
|
||||
|
||||
Reference in New Issue
Block a user