Press n or j to go to the next uncovered block, b, p or k for the previous block.
export function DashboardPage() { return ( <div> <h1>Dashboard</h1> <p>This is the dashboard page.</p> </div> ); }