6 lines
253 B
JavaScript
6 lines
253 B
JavaScript
import categoryOverspent from './category-overspent/index.js';
|
|
import goalCompleted from './goal-completed/index.js';
|
|
import lowAccountBalance from './low-account-balance/index.js';
|
|
|
|
export default [categoryOverspent, goalCompleted, lowAccountBalance];
|