fix: add react import to email button component

This commit is contained in:
Scott Wilson
2025-08-04 10:12:50 -07:00
parent ff5dbe74fd
commit f63c07d538

View File

@@ -1,4 +1,5 @@
import { Button } from "@react-email/components";
import React from "react";
type Props = {
href: string;