import React, { Component } from "react"; export default class OrderPage extends Component { constructor(props) { super(props); } render() { return
This is the single order detail view page