Skip to content

Commit 4cce5d8

Browse files
author
openweb3
committed
fix
1 parent c67c67a commit 4cce5d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demo/app/layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import type { Metadata } from "next";
2+
import { ThemeProvider } from "next-themes";
23
import { Geist, Geist_Mono } from "next/font/google";
34
import "./globals.css";
4-
import { ThemeProvider } from "next-themes";
5-
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
65

76
const geistSans = Geist({
87
variable: "--font-geist-sans",

0 commit comments

Comments
 (0)