"use client" import { BillingView } from "@/components/views/billing" export default function BillingPage() { return (

Billing & Subscription

) }