feat: wip public payment page

This commit is contained in:
Ahmed Bouhuolia
2024-09-14 22:10:27 +02:00
parent 162b92ce84
commit 9517b4e279
5 changed files with 243 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import { PaymentPortal } from './PaymentPortal';
export default function PaymentPortalPage() {
return <PaymentPortal />;
}