import Link from 'next/link' export default function RootLayout({ children }) { return (
{Math.random()}
Client
Server
Client and Server
{children} ) }