diff --git a/backend/src/services/smtp/emails/BaseButton.tsx b/backend/src/services/smtp/emails/BaseButton.tsx index 8fa20ce22..7d79ea581 100644 --- a/backend/src/services/smtp/emails/BaseButton.tsx +++ b/backend/src/services/smtp/emails/BaseButton.tsx @@ -1,4 +1,5 @@ import { Button } from "@react-email/components"; +import React from "react"; type Props = { href: string;