mirror of
https://github.com/khairul169/vaulterm.git
synced 2025-05-15 00:49:37 +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;
|