diff --git a/app/home/(user)/billing/error.tsx b/app/home/(user)/billing/error.tsx deleted file mode 100644 index 61bb21f..0000000 --- a/app/home/(user)/billing/error.tsx +++ /dev/null @@ -1,7 +0,0 @@ -'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;