import { ManageSubscription } from "@/components/billing/manage-subscription"; import { PricingCards } from "@/components/billing/pricing-cards"; import { TopupPanel } from "@/components/billing/topup-panel"; export default function BillingPage() { return (

Billing

Manage your plan and credits

Current plan

Change plan

Buy credits

); }