Skip to content

Commit 8337119

Browse files
committed
[fix] file reference
1 parent 771a383 commit 8337119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Metadata } from "next";
22
import { Inter } from "next/font/google";
33
import "./globals.css";
4-
import QueryProvider from "@/app/utils/queryProvider";
4+
import QueryProvider from "@/utils/queryProvider";
55

66
const inter = Inter({ subsets: ["latin"] });
77

0 commit comments

Comments
 (0)