feat(mailchimp): add create campaign action

This commit is contained in:
Rıdvan Akca
2024-02-01 18:30:22 +03:00
committed by Ali BARIN
parent 273f04128c
commit 4cbd342e17
7 changed files with 274 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/mailchimp.svg
items:
- name: Create campaign
desc: Creates a new campaign draft.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />