Files
myeasycms-v2/apps/web/app/home/(user)/billing/error.tsx
2024-04-30 22:16:38 +07: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;