diff --git a/apps/web/components/booking/TimeOptions.tsx b/apps/web/components/booking/TimeOptions.tsx index c9c1b7450f777..57ca5cdd5e0a5 100644 --- a/apps/web/components/booking/TimeOptions.tsx +++ b/apps/web/components/booking/TimeOptions.tsx @@ -1,8 +1,8 @@ import { FC, useEffect, useState } from "react"; import { useLocale } from "@calcom/lib/hooks/useLocale"; -import Switch from "@calcom/ui/Switch"; import TimezoneSelect, { ITimezoneOption } from "@calcom/ui/form/TimezoneSelect"; +import { Switch } from "@calcom/ui/v2"; import { is24h, timeZone } from "../../lib/clock";