import { useContext } from 'react'; import { observer } from "mobx-react"; // import { stores_Context } from '../config'; import { Button, Table, Switch, Input, Space, Typography, Row, Col, Spin, Radio, Tabs } from 'antd'; import SearchForm from './../search/SearchForm'; import { bu } from './../../libs/ht'; export default observer((props) => { // const { } = useContext(stores_Context); return ( <> { // TradeStore.setStateSearch(form); // pageRefresh(obj); }} /> ); });