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