import { DashboardView } from "@/components/dashboard/dashboard-view"

export default function Page() {
  return <DashboardView />
}
