15 lines
267 B
Markdown
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 />
|