mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
refactor: HOCs named imports
This commit is contained in:
@@ -20,4 +20,4 @@ export const mapDispatchToProps = (dispatch) => ({
|
||||
requestFetchViewResource: (id) => dispatch(fetchViewResource({ id })),
|
||||
});
|
||||
|
||||
export default connect(null, mapDispatchToProps);
|
||||
export const withViewsActions = connect(null, mapDispatchToProps);
|
||||
Reference in New Issue
Block a user