Files
calendar/apps/web/modules/settings/admin/billing-view.tsx
T
sean-brydonandGitHub aaf5958b7d feat: adds admin billing section (#26747)
* feat: adds admin billing section

* use loading prop

* add log on resend error

* add error log in billing portal
2026-01-13 10:34:52 +00:00

8 lines
131 B
TypeScript

"use client";
import LicenseView from "./license-view";
export default function AdminBillingView() {
return <LicenseView />;
}