feat(eventbrite): add eventbrite integration

This commit is contained in:
Rıdvan Akca
2024-06-11 10:44:29 +02:00
parent e0d610071d
commit 22b4a04567
11 changed files with 184 additions and 0 deletions

View File

@@ -113,6 +113,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/dropbox/connection' },
],
},
{
text: 'Eventbrite',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/eventbrite/connection' }],
},
{
text: 'Filter',
collapsible: true,