Skip to content

Commit da8f55f

Browse files
committed
fix
1 parent cc2699f commit da8f55f

File tree

2 files changed

+0
-63
lines changed

2 files changed

+0
-63
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/SupportTicketForm.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ const OtherSupportForm = dynamic(
4040
ssr: false,
4141
},
4242
);
43-
const _PaymentsSupportForm = dynamic(
44-
() =>
45-
import("./contact-forms/payments").then((mod) => mod.PaymentsSupportForm),
46-
{
47-
loading: () => <Skeleton className="h-12" />,
48-
ssr: false,
49-
},
50-
);
5143
const TokensMarketplaceSupportForm = dynamic(
5244
() =>
5345
import("./contact-forms/tokens-marketplace").then(

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/contact-forms/payments/index.tsx

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)