import { ReactNode } from "react"; type Props = { children: ReactNode; }; /* <<<<<<< HEAD export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return (
{children}