79212502

Date: 2024-11-21 18:32:33
Score: 1
Natty:
Report link

export default async function RootLayout({
  children,
  params,
}: RootLayoutProps) {
  const locale = (await params).locale

  return (
    <html lang={lang}>
      <body>{children}</body>
    </html>
  )
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: forest