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() {