feat(ynab): add you need a budget app integration
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user