diff --git a/apps/web/app/(app)/environments/[environmentId]/surveys/PreviewSurvey.tsx b/apps/web/app/(app)/environments/[environmentId]/surveys/PreviewSurvey.tsx index 7eead866b4..7fd7d8ab3e 100644 --- a/apps/web/app/(app)/environments/[environmentId]/surveys/PreviewSurvey.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/surveys/PreviewSurvey.tsx @@ -9,12 +9,12 @@ import { TSurvey } from "@formbricks/types/v1/surveys"; import { Button } from "@formbricks/ui"; import { ArrowPathRoundedSquareIcon } from "@heroicons/react/24/outline"; import { + ArrowsPointingInIcon, + ArrowsPointingOutIcon, ComputerDesktopIcon, DevicePhoneMobileIcon, - ArrowsPointingOutIcon, - ArrowsPointingInIcon, } from "@heroicons/react/24/solid"; -import { AnimatePresence, Variants, motion } from "framer-motion"; +import { Variants, motion } from "framer-motion"; import { useEffect, useRef, useState } from "react"; type TPreviewType = "modal" | "fullwidth" | "email";