const Logo = ({ height, width }: { height: number; width: number }) => { const webroot = process.env.WEBROOT || ""; return logo; }; export default Logo;