4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
import { QueryClient } from '@kevisual/query';
|
|
|
|
export const query = new QueryClient();
|