feat(asana): add new projects trigger

This commit is contained in:
Rıdvan Akca
2024-06-05 11:18:52 +02:00
parent 9d5dac1701
commit ab307cdee0
7 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/asana.svg
items:
- name: New projects
desc: Triggers when a new project is created.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />