feat(asana): add asana integration

This commit is contained in:
Rıdvan Akca
2024-06-04 17:14:44 +02:00
parent 751eb41e72
commit 9d5dac1701
12 changed files with 232 additions and 0 deletions

View File

@@ -50,6 +50,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/appwrite/connection' },
],
},
{
text: 'Asana',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/asana/connection' }],
},
{
text: 'Carbone',
collapsible: true,