feat(ynab): add low account balance trigger

This commit is contained in:
Rıdvan Akca
2024-01-18 15:42:28 +03:00
parent ce6ad9e0d3
commit 53f7f38e23
6 changed files with 58 additions and 0 deletions

View File

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