fix build errors on link survey (#301)

This commit is contained in:
Matti Nannt
2023-05-24 17:31:34 +02:00
committed by GitHub
parent b553080443
commit 1edd69408a

View File

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