aboutsummaryrefslogtreecommitdiffstats
path: root/middleware/src/app/layout.tsx
blob: a9eb425b04217ddb15bd579a5acdb4ce6818c96f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import type { ReactNode } from 'react'
import './globals.css';

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