import Layout from '@/Layouts/Layout'; export default function Dashboard({ data, visits }) { return (
Hello
); } Dashboard.layout = page =>