mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
parent
1a1aa3c824
commit
c19d208f54
@ -4,6 +4,7 @@ import { env } from "@typebot.io/env";
|
||||
import { parseNumberWithCommas } from "@typebot.io/lib/utils";
|
||||
import type { SendMailOptions } from "nodemailer";
|
||||
import type { ComponentProps } from "react";
|
||||
import * as React from "react";
|
||||
import { Head } from "../components/Head";
|
||||
import { HeroImage } from "../components/HeroImage";
|
||||
import { Text } from "../components/Text";
|
||||
|
||||
@ -5,6 +5,7 @@ import {
|
||||
MjmlSection,
|
||||
MjmlSpacer,
|
||||
} from "@faire/mjml-react";
|
||||
import * as React from "react";
|
||||
import { Button } from "../components/Button";
|
||||
import { Head } from "../components/Head";
|
||||
import { Text } from "../components/Text";
|
||||
|
||||
@ -9,6 +9,7 @@ import { render } from "@faire/mjml-react/utils/render";
|
||||
import { env } from "@typebot.io/env";
|
||||
import type { SendMailOptions } from "nodemailer";
|
||||
import type { ComponentProps } from "react";
|
||||
import * as React from "react";
|
||||
import { Button } from "../components/Button";
|
||||
import { Head } from "../components/Head";
|
||||
import { HeroImage } from "../components/HeroImage";
|
||||
|
||||
@ -9,6 +9,7 @@ import { render } from "@faire/mjml-react/utils/render";
|
||||
import { env } from "@typebot.io/env";
|
||||
import type { SendMailOptions } from "nodemailer";
|
||||
import type { ComponentProps } from "react";
|
||||
import * as React from "react";
|
||||
import { Button } from "../components/Button";
|
||||
import { Head } from "../components/Head";
|
||||
import { HeroImage } from "../components/HeroImage";
|
||||
|
||||
@ -10,6 +10,7 @@ import { env } from "@typebot.io/env";
|
||||
import { parseNumberWithCommas } from "@typebot.io/lib/utils";
|
||||
import type { SendMailOptions } from "nodemailer";
|
||||
import type { ComponentProps } from "react";
|
||||
import * as React from "react";
|
||||
import { Button } from "../components/Button";
|
||||
import { Head } from "../components/Head";
|
||||
import { HeroImage } from "../components/HeroImage";
|
||||
|
||||
@ -9,6 +9,7 @@ import { render } from "@faire/mjml-react/utils/render";
|
||||
import { env } from "@typebot.io/env";
|
||||
import type { SendMailOptions } from "nodemailer";
|
||||
import type { ComponentProps } from "react";
|
||||
import * as React from "react";
|
||||
import { Button } from "../components/Button";
|
||||
import { Head } from "../components/Head";
|
||||
import { HeroImage } from "../components/HeroImage";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user