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