/** * Checkout Field Editor - Upgrade Tab * * Marketing page for Pro features (only shown to Free users) */ import { FeatureUpgradeTab } from "@/components/pro/feature-upgrade-tab" import { ListChecks, Calendar, Upload, FileText, GitBranch, } from "lucide-react" export function FieldEditorUpgradeTab() { return ( ) }