From 3c60f32747ecd8ab3ee35bbca3921948631db4bc Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Tue, 2 Oct 2018 00:50:33 -0600 Subject: [PATCH] Fix simple-cache-provider import that I missed --- fixtures/unstable-async/suspense/src/cache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/unstable-async/suspense/src/cache.js b/fixtures/unstable-async/suspense/src/cache.js index 7730daa0d9..467e2df15f 100644 --- a/fixtures/unstable-async/suspense/src/cache.js +++ b/fixtures/unstable-async/suspense/src/cache.js @@ -1,4 +1,4 @@ -import {createCache} from 'simple-cache-provider'; +import {createCache} from 'react-cache'; export let cache; function initCache() {