import React, {Component} from 'react'; import { observer } from 'mobx-react'; import {stores_Context} from '../config' class Home extends Component { static contextType = stores_Context; constructor(props) { super(props); } render() { const {orders_store} = this.context; return (