1 parent 771a383 commit 8337119Copy full SHA for 8337119
1 file changed
src/app/layout.tsx
@@ -1,7 +1,7 @@
1
import type { Metadata } from "next";
2
import { Inter } from "next/font/google";
3
import "./globals.css";
4
-import QueryProvider from "@/app/utils/queryProvider";
+import QueryProvider from "@/utils/queryProvider";
5
6
const inter = Inter({ subsets: ["latin"] });
7
0 commit comments