Fix: Build error in full screen preview PR

Fix: Build error in full screen preview PR
This commit is contained in:
Johannes
2023-10-08 13:20:48 +05:30
committed by GitHub

View File

@@ -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";