import React from 'react'; import Authenticated from '@/Layouts/Authenticated'; import { Head } from '@inertiajs/inertia-react'; export default function Dashboard(props) { return ( Dashboard} >
You're logged in!
); }