Skip to content

Commit

Permalink
refactor(configurestore): replace import with alienstore
Browse files Browse the repository at this point in the history
improves #43
  • Loading branch information
aneurysmjs committed Oct 17, 2019
1 parent bce2d50 commit dfc743c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/store/config/configureStore.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createStore } from '~/store/config/dynoStore';
import { createStore } from '~/store/config/alienStore';

// import throttle from 'lodash.throttle';

Expand Down

0 comments on commit dfc743c

Please sign in to comment.