feat(ynab): add category overspent trigger

This commit is contained in:
Rıdvan Akca
2024-01-18 17:31:53 +03:00
parent 53f7f38e23
commit 1428bf8ffa
3 changed files with 39 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import categoryOverspent from './category-overspent/index.js';
import lowAccountBalance from './low-account-balance/index.js';
export default [lowAccountBalance];
export default [categoryOverspent, lowAccountBalance];