From 5a8bcd10e62ee823111a4e6e30292f4a42c71f44 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 8 Oct 2023 13:19:23 +0530 Subject: [PATCH] fix build error --- .../environments/[environmentId]/surveys/PreviewSurvey.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";