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