feat(gmail): add send email action

This commit is contained in:
Rıdvan Akca
2024-04-23 11:54:56 +02:00
parent b6b4ed5ad2
commit 55785ac935
8 changed files with 306 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/gmail.svg
items:
- name: Send email
desc: Send a new email message.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />