mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-25 09:09:48 +00:00
refactor: HOCs named imports
This commit is contained in:
@@ -63,4 +63,4 @@ const mapActionsToProps = (dispatch) => ({
|
||||
splashStopLoading: () => splashStopLoading(),
|
||||
});
|
||||
|
||||
export default connect(null, mapActionsToProps);
|
||||
export const withDashboardActions = connect(null, mapActionsToProps);
|
||||
|
||||
Reference in New Issue
Block a user