Skip to content

Commit 51922e3

Browse files
committed
Layout fix
1 parent 66ec895 commit 51922e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/(auth)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type {Metadata} from "next";
22
import {Montserrat} from "next/font/google";
3-
import "./globals.css";
3+
import "../globals.css";
44

55
const inter = Montserrat({ subsets: ["latin"] });
66

0 commit comments

Comments
 (0)