mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import { QueryClient } from 'react-query';
|
|
|
|
const queryClient = new QueryClient();
|
|
|
|
export default queryClient;
|