import { DashboardPage } from "@/components/features/dashboard/DashboardPage";

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