Skip to content

Commit b16dfe3

Browse files
author
openweb3
committed
fix lint
1 parent bccbf1a commit b16dfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app/swap/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
33

4-
export const queryClient = new QueryClient();
4+
const queryClient = new QueryClient();
55

66
export default function SwapLayout({
77
children,

0 commit comments

Comments
 (0)