Skip to content

Commit

Permalink
Move composeEnhancers to util (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbo committed Dec 11, 2018
1 parent 9e83851 commit 661d724
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));

1 comment on commit 661d724

@vercel
Copy link

@vercel vercel bot commented on 661d724 Dec 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://magento-venia-vlzfarbdla.now.sh to the following alias.

Please sign in to comment.