diff --git a/app/components/HoverPreview/HoverPreview.tsx b/app/components/HoverPreview/HoverPreview.tsx index 93af0ca79..b737d0df8 100644 --- a/app/components/HoverPreview/HoverPreview.tsx +++ b/app/components/HoverPreview/HoverPreview.tsx @@ -1,3 +1,4 @@ +import { m } from "framer-motion"; import { transparentize } from "polished"; import * as React from "react"; import { Portal } from "react-portal"; @@ -10,7 +11,6 @@ import useMobile from "~/hooks/useMobile"; import useOnClickOutside from "~/hooks/useOnClickOutside"; import useRequest from "~/hooks/useRequest"; import useStores from "~/hooks/useStores"; -import { fadeAndSlideDown } from "~/styles/animations"; import { client } from "~/utils/ApiClient"; import HoverPreviewDocument from "./HoverPreviewDocument"; import HoverPreviewMention from "./HoverPreviewMention"; @@ -146,9 +146,11 @@ function HoverPreviewInternal({ element, onClose }: Props) { >