import { Link } from '@inertiajs/react'; import AppLogoIcon from '@/components/app-logo-icon'; import { home } from '@/routes'; import type { AuthLayoutProps } from '@/types'; export default function AuthSimpleLayout({ children, title, description, }: AuthLayoutProps) { return (
{description}