We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79dc99e commit 6e99d6fCopy full SHA for 6e99d6f
1 file changed
app/layout.tsx
@@ -81,7 +81,7 @@ export default function RootLayout({
81
<body
82
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
83
>
84
- {children}
+ <main>{children}</main>
85
</body>
86
</html>
87
);
0 commit comments