mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix simple-cache-provider import that I missed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {createCache} from 'simple-cache-provider';
|
||||
import {createCache} from 'react-cache';
|
||||
|
||||
export let cache;
|
||||
function initCache() {
|
||||
|
||||
Reference in New Issue
Block a user