Files
medreport_mrb2b/app/home/(user)/billing/error.tsx
2025-06-08 16:18:30 +03:00

8 lines
201 B
TypeScript

'use client';
// We reuse the page from the billing module
// as there is no need to create a new one.
import BillingErrorPage from '~/home/[account]/billing/error';
export default BillingErrorPage;