1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Persist storage working

This commit is contained in:
Zhiyuan Zheng
2020-11-21 13:32:29 +01:00
parent 40266b8ce3
commit 1ad67e67ac
7 changed files with 23 additions and 10 deletions

View File

@ -3,7 +3,7 @@ import { QueryCache, ReactQueryCacheProvider, setConsole } from 'react-query'
import { Provider } from 'react-redux'
import { Index } from 'src/Index'
import store from 'src/store'
import { store } from 'src/store'
const queryCache = new QueryCache()