import Billing from '@/components/billing'; import PaymentTable from './payment-table'; export default async function Page() { return ( <>
); }