import React, { Component } from "react"; import ContractChange from "./contractYxgly.js"; class ContractChangeYxgly extends Component { constructor(props) { super(props); this.state = { processState:2 }; } render() { return ( ) } } export default ContractChangeYxgly;