|
|
|
@ -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'));
|