mirror of
https://github.com/wassname/talk.git
synced 2026-08-02 13:10:23 +08:00
moving mutations to /hocs folder
This commit is contained in:
@@ -4,7 +4,7 @@ import { connect, withFragments, excludeIf } from 'plugin-api/beta/client/hocs';
|
||||
import AddEmailAddressDialog from '../components/AddEmailAddressDialog';
|
||||
import { notify } from 'coral-framework/actions/notification';
|
||||
|
||||
import { withAttachLocalAuth } from 'plugin-api/beta/client/hocs';
|
||||
import { withAttachLocalAuth } from '../hocs';
|
||||
|
||||
const mapDispatchToProps = dispatch => bindActionCreators({ notify }, dispatch);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user