Merge pull request #4305 from Infisical/add-react-import-to-email-components

fix: add react import to email button component
This commit is contained in:
Scott Wilson
2025-08-04 10:22:10 -07:00
committed by GitHub

View File

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