Skip to content

Commit

Permalink
Merge branch 'release/2.0' into scroll-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Dec 11, 2018
2 parents bb9d115 + 661d724 commit 1ef41f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/venia-concept/src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { createStore } from 'redux';

import enhancer from 'src/middleware';
import reducer from 'src/reducers';

import composeEnhancers from './composeEnhancers';
import composeEnhancers from 'src/util/composeEnhancers';

export default createStore(reducer, composeEnhancers(enhancer));

0 comments on commit 1ef41f4

Please sign in to comment.