15 lines
275 B
Markdown
15 lines
275 B
Markdown
---
|
|
favicon: /favicons/vtiger-crm.svg
|
|
items:
|
|
- name: Create opportunity
|
|
desc: Create a new opportunity.
|
|
- name: Create todo
|
|
desc: Create a new todo.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|