Files
automatisch/packages/docs/pages/apps/gmail/actions.md
2024-04-24 11:41:27 +02:00

15 lines
267 B
Markdown

---
favicon: /favicons/gmail.svg
items:
- name: Reply to email
desc: Respond to an email.
- name: Send email
desc: Send a new email message.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />