import React from 'react';
const OrderDetailsNotFound = () => {
return <div className="text-center">
<img src={window.location.origin + "/images/order-details-not-found.png"} width="300" />
</div>;
}
export default OrderDetailsNotFound; Back to Directory