Skip to content

Commit 0770b5d

Browse files
committed
remove unused files
1 parent 8d3b613 commit 0770b5d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
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
@@ -26,14 +26,6 @@ const EngineSupportForm = dynamic(
2626
ssr: false,
2727
},
2828
);
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-
);
3729
const AccountSupportForm = dynamic(
3830
() => import("./contact-forms/account").then((mod) => mod.AccountSupportForm),
3931
{

0 commit comments

Comments
 (0)