We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ec895 commit 51922e3Copy full SHA for 51922e3
1 file changed
src/app/(auth)/layout.tsx
@@ -1,6 +1,6 @@
1
import type {Metadata} from "next";
2
import {Montserrat} from "next/font/google";
3
-import "./globals.css";
+import "../globals.css";
4
5
const inter = Montserrat({ subsets: ["latin"] });
6
0 commit comments