feat(gmail): add reply to email action
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user