mirror of
https://github.com/khairul169/vaulterm.git
synced 2025-04-28 16:49:39 +07:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import { QueryClient } from "@tanstack/react-query";
|
|
|
|
const queryClient = new QueryClient();
|
|
|
|
export default queryClient;
|