feat(billing): remove unused BillingErrorPage component

This commit is contained in:
Danel Kungla
2025-08-12 16:23:04 +03:00
parent b4a811e781
commit e085a69442

View File

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