From 1edd69408a263240bbc83c755465a95db1df484d Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Wed, 24 May 2023 17:31:34 +0200 Subject: [PATCH] fix build errors on link survey (#301) --- apps/web/app/s/[surveyId]/LinkSurvey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/s/[surveyId]/LinkSurvey.tsx b/apps/web/app/s/[surveyId]/LinkSurvey.tsx index edfa9fd20b..a265fb5c0e 100644 --- a/apps/web/app/s/[surveyId]/LinkSurvey.tsx +++ b/apps/web/app/s/[surveyId]/LinkSurvey.tsx @@ -11,8 +11,8 @@ import { cn } from "@formbricks/lib/cn"; import type { Question } from "@formbricks/types/questions"; import type { Survey } from "@formbricks/types/surveys"; import { Confetti } from "@formbricks/ui"; +import { ArrowPathIcon } from "@heroicons/react/24/solid"; import { useEffect, useState } from "react"; -import { ExclamationTriangleIcon, ArrowPathIcon } from "@heroicons/react/24/solid"; type EnhancedSurvey = Survey & { brandColor: string;