import PlansClient from "./client";

export default function PlansPage() {
  return <PlansClient />;
}
