Files
automatisch/packages/docs/pages/apps/asana/actions.md
2024-06-07 11:39:38 +02:00

13 lines
206 B
Markdown

---
favicon: /favicons/asana.svg
items:
- name: Create task
desc: Creates a new task.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />