mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix toot action for #638
This commit is contained in:
@ -18,4 +18,9 @@ const queryClient = new QueryClient({
|
||||
}
|
||||
})
|
||||
|
||||
// @ts-ignore
|
||||
import('react-query-native-devtools').then(({ addPlugin }) => {
|
||||
addPlugin({ queryClient })
|
||||
})
|
||||
|
||||
export default queryClient
|
||||
|
Reference in New Issue
Block a user