import { Head } from '@inertiajs/react'; import Guest from '@/Layouts/GuestLayout'; export default function Welcome() { return ( <>
) }