import { PlanSelection } from "@/components/plan-selection"

export default function PlanPage() {
  return <PlanSelection />
}
