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