import { Body } from "@react-email/body"; import { Button } from "@react-email/button"; import { Container } from "@react-email/container"; import { Head } from "@react-email/head"; import { Heading } from "@react-email/heading"; import { Hr } from "@react-email/hr"; import { Html } from "@react-email/html"; import { Link } from "@react-email/link"; import { Preview } from "@react-email/preview"; import { Text } from "@react-email/text"; import { env } from "next-runtime-env"; export const ResetPasswordTemplate = ({ resetPasswordUrl, resetPasswordToken, }: { resetPasswordUrl?: string; resetPasswordToken?: string; }) => ( Reset your Kan password kan.bn Reset your Kan password Click the button below to reset your password. If you didn't try to reset your password, you can safely ignore this email.
Kan , the open source Trello alternative.
); export default ResetPasswordTemplate;