feat(ynab): add you need a budget app integration

This commit is contained in:
Rıdvan Akca
2024-01-17 18:36:34 +03:00
parent 953c5a5b5b
commit ce6ad9e0d3
12 changed files with 256 additions and 1 deletions

View File

@@ -305,7 +305,7 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/removebg/actions' },
{ text: 'Connection', link: '/apps/removebg/connection' }
{ text: 'Connection', link: '/apps/removebg/connection' },
],
},
{
@@ -475,6 +475,14 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/xero/connection' },
],
},
{
text: 'You Need A Budget',
collapsible: true,
collapsed: true,
items: [
{ text: 'Connection', link: '/apps/you-need-a-budget/connection' },
],
},
{
text: 'Youtube',
collapsible: true,