feat(monday): add create board action

This commit is contained in:
Rıdvan Akca
2024-05-08 12:14:32 +02:00
parent f0b5d85a7a
commit ff0dd0b415
5 changed files with 88 additions and 0 deletions

View File

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