// Tenant subscription + billing — placeholder. Real surface lists the // active plan, renewal date, invoices, and payment method for the // active tenant. Data source not wired yet. import { CreditCard } from "lucide-react" import { AppShell } from "~/components/layout/app-shell" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "~/components/ui/card" export default function PlanRoute() { return (

Plan

Your tenant's subscription, billing details, and invoice history.

Coming soon Billing is not yet wired to a payment provider on this deployment.
) }