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 c67c67a commit 4cce5d8Copy full SHA for 4cce5d8
demo/app/layout.tsx
@@ -1,8 +1,7 @@
1
import type { Metadata } from "next";
2
+import { ThemeProvider } from "next-themes";
3
import { Geist, Geist_Mono } from "next/font/google";
4
import "./globals.css";
-import { ThemeProvider } from "next-themes";
5
-import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
6
7
const geistSans = Geist({
8
variable: "--font-geist-sans",
0 commit comments