'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;