aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/layout.tsx
blob: a14e64fcd5e33e9399d0e823434b0ab3095d5b75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export const metadata = {
  title: 'Next.js',
  description: 'Generated by Next.js',
}

export default function RootLayout({
  children,
}: {
  children: React.ReactNode
}) {
  return (
    <html lang="en">
      <body>{children}</body>
    </html>
  )
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage