mirror of
https://github.com/tooot-app/app
synced 2025-04-20 05:07:29 +02:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { QueryClient } from 'react-query'
|
|
|
|
const queryClient = new QueryClient()
|
|
|
|
export default queryClient
|