13 lines
227 B
Markdown
13 lines
227 B
Markdown
---
|
|
favicon: /favicons/notion.svg
|
|
items:
|
|
- name: Create database item
|
|
desc: Creates an item in a database.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|