* feat: adds admin billing section * use loading prop * add log on resend error * add error log in billing portal
8 lines
131 B
TypeScript
8 lines
131 B
TypeScript
"use client";
|
|
|
|
import LicenseView from "./license-view";
|
|
|
|
export default function AdminBillingView() {
|
|
return <LicenseView />;
|
|
}
|