import React from "react"; const WatermarkFooter: React.FC = () => { return (
Powered by Synthesys
); }; export default WatermarkFooter;