Files
2024-05-09 14:02:47 +02:00

15 lines
272 B
Markdown

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