feat(surveymonkey): add create contact action

This commit is contained in:
Rıdvan Akca
2024-06-14 15:54:31 +02:00
parent 8395b3f001
commit 86abc31844
7 changed files with 129 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
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 />