From da94f06a81a59abb35a0241b57acb922582d5f55 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sun, 9 Oct 2016 15:37:38 -0700 Subject: [PATCH] Fix --- frontend/stores/CacheStore.js | 1 + 1 file changed, 1 insertion(+) 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';