From aebb61040389c055314480c39e5680280616606c Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 2 May 2022 18:00:20 -0600 Subject: [PATCH] Moar fixes --- apps/web/pages/event-types/[type].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";