import Link from 'next/link' import { ReactNode } from 'react' export default function RootLayout({ children }: { children: ReactNode }) { return (