Files
automatisch/packages/docs/pages/apps/monday/actions.md
2024-05-08 12:14:32 +02:00

13 lines
209 B
Markdown

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