Files
automatisch/packages/docs/pages/apps/clickup/actions.md
2024-08-15 12:07:40 +00:00

15 lines
264 B
Markdown

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