move operations
This commit is contained in:
parent
79a4a805f6
commit
5fb3de3263
4 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ import { createStore } from '../store';
|
|||
import ContentInputComponent from '../components/content-input';
|
||||
import FollowComponent from '../components/follow';
|
||||
import reducers from '../reducers';
|
||||
import operations from '../operations';
|
||||
import operations from '../shared/operations';
|
||||
import messages from './messages';
|
||||
|
||||
const store = createStore(reducers);
|
||||
|
|
Reference in a new issue