diff --git a/frontend/stores/CacheStore.js b/frontend/stores/CacheStore.js index 190ec5361..75e885c88 100644 --- a/frontend/stores/CacheStore.js +++ b/frontend/stores/CacheStore.js @@ -1,3 +1,4 @@ +import _ from 'lodash'; import { action, toJS } from 'mobx'; const CACHE_STORE = 'CACHE_STORE';