import { QueryClient } from "@tanstack/react-query" export function createQueryClient() { return new QueryClient() }