diff --git a/client/components/modules/hubs/HubFormCard/HubFormCard.tsx b/client/components/modules/hubs/HubFormCard/HubFormCard.tsx index 27cdf6d9..9a2be9f1 100644 --- a/client/components/modules/hubs/HubFormCard/HubFormCard.tsx +++ b/client/components/modules/hubs/HubFormCard/HubFormCard.tsx @@ -15,6 +15,9 @@ import validate, { FormValues } from './validate'; import { useIsProfessional } from 'hooks/usePlans'; import Hub from 'classes/Hub'; import { HubT } from 'types/General'; +import SecretCopy from '@Shared/SecretCopy/SecretCopy'; +import { CookiesE } from 'types/Cookies'; +import { getCookie } from 'cookies-next'; type HubFormCardPropsT = { hub: HubT; @@ -303,6 +306,11 @@ const HubFormCard = ({ hub: _hub, classProp = '' }: HubFormCardPropsT) => { troubleshooting custom domains.
+