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 { Html } from "@react-email/html"; import { Hr } from "@react-email/hr"; import { Link } from "@react-email/link"; import { Preview } from "@react-email/preview"; import { Text } from "@react-email/text"; import * as React from "react"; export const MagicLinkTemplate = ({ magicLoginUrl, }: { magicLoginUrl?: string; }) => ( Log in with this magic link kan.bn Login to your Kan account Click the button below to instantly login to your account. If you didn't try to login, you can safely ignore this email.
Kan , the open source Trello alternative.
); export default MagicLinkTemplate;