import BillingsPageBody from "@/features/billings/billings-page-body";

export default function BillingsPage() {
  return <BillingsPageBody />;
}
