diff --git a/app/layout.tsx b/app/layout.tsx index f7fa87e..ded5050 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,6 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; +import { QueryProvider } from "@/providers/query-provider"; import "./globals.css"; const geistSans = Geist({ @@ -27,7 +28,7 @@ export default function RootLayout({
- {children} +