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