feature/2.0-sales-trade
lyt 2 years ago committed by lot
parent 1ab0c7d0c7
commit f086e0292d

@ -3,8 +3,8 @@ import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import {stores_Context} from './config'
import rootStore from "./stores/Index"
import {stores_Context} from './config';
import rootStore from "./stores/Index";
import {Spin} from "antd";
const root = ReactDOM.createRoot(document.getElementById('root'));
Loading…
Cancel
Save