export default function RootLayout()

in src/app/layout.tsx [7:9]


export default function RootLayout({ children }: Props) {
  return children;
}