about summary refs log tree commit diff
path: root/src/lib/react-query.ts
blob: 2a8f1d759dfd82602ac541da0e15bdc3d975cc51 (plain) (blame)
1
2
3
import {QueryClient} from '@tanstack/react-query'

export const queryClient = new QueryClient()