Skip to content

Commit

Permalink
Fixed the profile page (#5378)
Browse files Browse the repository at this point in the history
  • Loading branch information
emrysal committed Nov 4, 2022
1 parent 25e3e31 commit 324794e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ui/components/form/inputs/Input.tsx
Expand Up @@ -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";
Expand Down

0 comments on commit 324794e

Please sign in to comment.