Fix simple-cache-provider import that I missed

This commit is contained in:
Andrew Clark
2018-10-02 00:50:33 -06:00
parent 8315a30b9b
commit 3c60f32747
@@ -1,4 +1,4 @@
import {createCache} from 'simple-cache-provider';
import {createCache} from 'react-cache';
export let cache;
function initCache() {