13 lines
223 B
Markdown
13 lines
223 B
Markdown
---
|
|
favicon: /favicons/monday.svg
|
|
items:
|
|
- name: New board
|
|
desc: Triggers when a new board is created.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|