Files
fintrack/components/accounts/index.ts
Julien Froidefond 8b81dfe8c0
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m39s
feat: add account merging functionality with dialog support; update bulk actions to include merge option
2025-12-20 11:42:42 +01:00

6 lines
307 B
TypeScript

export { AccountCard } from "./account-card";
export { AccountEditDialog } from "./account-edit-dialog";
export { AccountMergeSelectDialog } from "./account-merge-select-dialog";
export { AccountBulkActions } from "./account-bulk-actions";
export { accountTypeIcons, accountTypeLabels } from "./constants";