芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/reginaeigbe.com/folder/admin/tmp/resources/js/Frontend/Layouts/GuestLayout.jsx
import ApplicationLogo from '@/Components/ApplicationLogo'; import { Link } from '@inertiajs/react'; export default function Guest({ children }) { return (
{children}
); }