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