Files
2024-06-11 15:46:23 +02:00

13 lines
213 B
Markdown

---
favicon: /favicons/eventbrite.svg
items:
- name: Create event
desc: Creates a new event.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />