fix: add react import to new email

This commit is contained in:
Scott Wilson
2025-09-26 18:58:06 -07:00
parent d2328bd43c
commit fbe5bdfee4

View File

@@ -1,4 +1,5 @@
import { Heading, Section, Text } from "@react-email/components";
import React from "react";
import { BaseEmailWrapper, BaseEmailWrapperProps } from "./BaseEmailWrapper";
import { BaseLink } from "./BaseLink";