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"; import * as React from "react"; export const JoinWorkspaceTemplate = ({ 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 JoinWorkspaceTemplate;