mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
refactor: HOCs named imports
This commit is contained in:
@@ -13,4 +13,4 @@ const mapActionsToProps = (dispatch) => ({
|
||||
dispatch(resetCashflowAccountsTableState()),
|
||||
});
|
||||
|
||||
export default connect(null, mapActionsToProps);
|
||||
export const withCashflowAccountsTableActions = connect(null, mapActionsToProps);
|
||||
|
||||
Reference in New Issue
Block a user