Skip to content

Commit

Permalink
fix typo and build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mattinannt committed Apr 29, 2024
1 parent 896a08b commit 3c03e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getPreviewEmailTemplateHtml } from "@formbricks/email/components/survey/PreviewEmailTemplste";
import { getPreviewEmailTemplateHtml } from "@formbricks/email/components/survey/PreviewEmailTemplate";
import { WEBAPP_URL } from "@formbricks/lib/constants";
import { getProductByEnvironmentId } from "@formbricks/lib/product/service";
import { getSurvey } from "@formbricks/lib/survey/service";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
Text,
} from "@react-email/components";
import { render } from "@react-email/render";
import { CalendarDaysIcon, Star } from "lucide-react";
import { CalendarDaysIcon } from "lucide-react";
import React from "react";

import { cn } from "@formbricks/lib/cn";
Expand Down

0 comments on commit 3c03e3e

Please sign in to comment.