import React from 'react'; const Logo = ({ className, width = 200, height = 60 }) => { return ( Cereda Systems Logo ); }; export default Logo;