13 lines
262 B
Markdown
13 lines
262 B
Markdown
---
|
|
favicon: /favicons/eventbrite.svg
|
|
items:
|
|
- name: New events
|
|
desc: Triggers when a new event is published and live within an organization.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|