This commit is contained in:
2025-03-26 22:48:22 +08:00
parent 91c90c819f
commit f2b850a9ea
4 changed files with 22 additions and 5 deletions

3
src/modules/query.ts Normal file
View File

@@ -0,0 +1,3 @@
import { QueryClient } from '@kevisual/query';
export const query = new QueryClient();