We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3b613 commit 0770b5dCopy full SHA for 0770b5d
apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/SupportTicketForm.tsx
@@ -26,14 +26,6 @@ const EngineSupportForm = dynamic(
26
ssr: false,
27
},
28
);
29
-const _ContractSupportForm = dynamic(
30
- () =>
31
- import("./contact-forms/contracts").then((mod) => mod.ContractSupportForm),
32
- {
33
- loading: () => <Skeleton className="h-12" />,
34
- ssr: false,
35
- },
36
-);
37
const AccountSupportForm = dynamic(
38
() => import("./contact-forms/account").then((mod) => mod.AccountSupportForm),
39
{
0 commit comments