We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccbf1a commit b16dfe3Copy full SHA for b16dfe3
demo/app/swap/layout.tsx
@@ -1,7 +1,7 @@
1
"use client";
2
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
3
4
-export const queryClient = new QueryClient();
+const queryClient = new QueryClient();
5
6
export default function SwapLayout({
7
children,
0 commit comments