'use client'; export default function DashboardPage() { return (

Dashboard

Coming soon...

); }