From dfc743c1bf1231156bb32bbcef75833af978cdee Mon Sep 17 00:00:00 2001 From: jero Date: Thu, 17 Oct 2019 23:39:21 +0300 Subject: [PATCH] refactor(configurestore): replace import with alienstore improves #43 --- src/app/store/config/configureStore.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/store/config/configureStore.tsx b/src/app/store/config/configureStore.tsx index 2393ec1a..ad3f323b 100644 --- a/src/app/store/config/configureStore.tsx +++ b/src/app/store/config/configureStore.tsx @@ -1,4 +1,4 @@ -import { createStore } from '~/store/config/dynoStore'; +import { createStore } from '~/store/config/alienStore'; // import throttle from 'lodash.throttle';