import { UserButton } from '@clerk/nextjs' export default function DashboardPage() { return (

Dashboard

Protected route.

) }