Fixed the profile page (#5378)

bugfix/investigate-production-fail-5
Alex van Andel 2022-11-04 13:25:07 -04:00 committed by GitHub
parent 25e3e31045
commit 324794e36c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ import { FieldValues, FormProvider, SubmitHandler, useFormContext, UseFormReturn
import classNames from "@calcom/lib/classNames";
import { getErrorFromUnknown } from "@calcom/lib/errors";
import { useLocale } from "@calcom/lib/hooks/useLocale";
import { Skeleton, Tooltip, Alert, showToast } from "@calcom/ui/v2";
import { Alert } from "@calcom/ui/v2/core/Alert";
import { Tooltip } from "@calcom/ui/v2/core/Tooltip";
import showToast from "@calcom/ui/v2/core/notifications";
import { Skeleton } from "@calcom/ui/v2/core/skeleton";
import { HintsOrErrors } from "./HintOrErrors";
import { Label } from "./Label";