import { BlueButton } from './blue-button' export default function ServerLayout({ children }) { return ( <>
Blue Button:
{children} ) }