Files
2024-06-14 15:54:31 +02:00

13 lines
240 B
Markdown

---
favicon: /favicons/surveymonkey.svg
items:
- name: Create contact
desc: Creates a new contact in your address book.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />