"use client";

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

export function DashboardPageRouter() {
  return <DashboardView />;
}
