import { Link } from '@inertiajs/react' export default function Layout({ children }) { return (
Home About Contact
{children}
) }