import { Text, } from "@react-email/components"; import * as React from "react"; import EmailLayout from "./EmailLayout"; export const TestEmailSettings = () => { return ( Hi, this is a test email for settings and alerts ! Soluce Technologies | Portabase ); }; export default TestEmailSettings;