import React, {Component} from 'react' import {withRouter} from "react-router-dom" import cart_empty from '../../../images/cart_empty.jpg' import './index.css' class Empty extends Component { constructor(props) { super(props) this.state = {} } render() { let contentHeight = window.innerHeight - 95 return (