Skip to content

Commit 174b552

Browse files
fixed layout
1 parent d7ac691 commit 174b552

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/layout.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,4 @@ export default function RootLayout({
2626
<body className={`${geistSans.variable} ${geistMono.variable} font-sans antialiased`}>{children}</body>
2727
</html>
2828
)
29-
}
30-
31-
32-
import './globals.css'
29+
}

0 commit comments

Comments
 (0)