feat(gmail): add star email action
This commit is contained in:
@@ -2,5 +2,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';
|
||||
import starEmail from './star-email/index.js';
|
||||
|
||||
export default [createDraft, replyToEmail, sendEmail, sendToTrash];
|
||||
export default [createDraft, replyToEmail, sendEmail, sendToTrash, starEmail];
|
||||
|
||||
Reference in New Issue
Block a user