"use client";

import DashboardPage from "./_components/DashboardPage";

export default function DashboardHomePage() {
  return <DashboardPage />;
}