import { ActionPlanShell } from "@/components/action-plan-shell";

export default function PlanActionPage() {
  return <ActionPlanShell />;
}
