mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
refactor: HOCs named imports
This commit is contained in:
@@ -13,4 +13,4 @@ const mapDispatchToProps = (dispatch) => ({
|
||||
dispatch(setBillsSelectedRows(selectedRows)),
|
||||
});
|
||||
|
||||
export default connect(null, mapDispatchToProps);
|
||||
export const withBillsActions = connect(null, mapDispatchToProps);
|
||||
|
||||
Reference in New Issue
Block a user