diff --git a/apps/web/pages/event-types/[type].tsx b/apps/web/pages/event-types/[type].tsx index 92941ba88c..d02b82a991 100644 --- a/apps/web/pages/event-types/[type].tsx +++ b/apps/web/pages/event-types/[type].tsx @@ -30,7 +30,7 @@ import { JSONObject } from "superjson/dist/types"; import { z } from "zod"; import { SelectGifInput } from "@calcom/app-store/giphy/components"; -import getApps, { getLocationOptions, hasIntegration } from "@calcom/app-store/utils"; +import getApps, { getLocationOptions } from "@calcom/app-store/utils"; import { useLocale } from "@calcom/lib/hooks/useLocale"; import showToast from "@calcom/lib/notification"; import { StripeData } from "@calcom/stripe/server";