const Logo = ({ height, width }: { height: number; width: number }) => { return ( ); }; export default Logo;