mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-06 20:30:57 +01:00
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
import { QueryClient } from '@tanstack/react-query';
|
|
|
|
export const queryClient = new QueryClient();
|