import { Link, usePage } from '@inertiajs/react'; import { AppLogoIcon } from '@/components/brand'; import { home } from '@/routes'; import type { AuthLayoutProps } from '@/types'; export default function AuthSplitLayout({ children, title, description, }: AuthLayoutProps) { const { name } = usePage().props; return (
{description}