bug fixed
This commit is contained in:
parent
f6700fd951
commit
d14fb99d13
@ -3,6 +3,7 @@ import ReactDOM from 'react-dom/client';
|
|||||||
import { BrowserRouter } from 'react-router-dom';
|
import { BrowserRouter } from 'react-router-dom';
|
||||||
import App from '@/App';
|
import App from '@/App';
|
||||||
import '@/index.css';
|
import '@/index.css';
|
||||||
|
import '@/utils/chartsetup';
|
||||||
|
|
||||||
ReactDOM.createRoot(document.getElementById('root')).render(
|
ReactDOM.createRoot(document.getElementById('root')).render(
|
||||||
<React.StrictMode>
|
<React.StrictMode>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user