Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
feat(#125): improved lodash import
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gasser committed May 22, 2019
1 parent 1cd1539 commit 81bddf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/configureStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
combineReducers,
} from 'redux';
import thunkMiddleware from 'redux-thunk';
import { debounce } from 'lodash';
import debounce from 'lodash/debounce';
import ric from 'ric-shim';

import { persistStore, persistReducer } from 'redux-persist';
Expand Down

0 comments on commit 81bddf9

Please sign in to comment.