8 lines
201 B
TypeScript
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;
|