1
0
mirror of https://github.com/tooot-app/app synced 2025-04-20 05:07:29 +02:00
tooot/src/helpers/queryClient.ts
2021-05-12 15:40:55 +02:00

6 lines
109 B
TypeScript

import { QueryClient } from 'react-query'
const queryClient = new QueryClient()
export default queryClient