feat(gmail): add reply to email action

This commit is contained in:
Rıdvan Akca
2024-04-24 11:38:08 +02:00
committed by Jakub P.
parent 9d19d9c4e8
commit 99c958b54e
5 changed files with 265 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
import replyToEmail from './reply-to-email/index.js';
import sendEmail from './send-email/index.js';
export default [sendEmail];
export default [replyToEmail, sendEmail];