feat(gmail): add star email action

This commit is contained in:
Rıdvan Akca
2024-04-24 15:40:03 +02:00
committed by Jakub P.
parent 81c9ea8d97
commit fe085fbdcc
5 changed files with 88 additions and 2 deletions

View File

@@ -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];