13 lines
240 B
Markdown
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 />
|