Files
automatisch/packages/docs/pages/apps/asana/actions.md
2024-06-07 12:30:01 +02:00

17 lines
324 B
Markdown

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