mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
refactor: HOCs named imports
This commit is contained in:
@@ -11,4 +11,4 @@ export const mapDispatchToProps = (dispatch) => ({
|
||||
closeAlert: (name, payload) => dispatch({ type: t.CLOSE_ALERT, name, payload }),
|
||||
});
|
||||
|
||||
export default connect(null, mapDispatchToProps);
|
||||
export const withAlertActions = connect(null, mapDispatchToProps);
|
||||
Reference in New Issue
Block a user