bug fixed

This commit is contained in:
Malini 2025-12-16 17:52:29 +05:30
parent f6700fd951
commit d14fb99d13

View File

@ -3,6 +3,7 @@ import ReactDOM from 'react-dom/client';
import { BrowserRouter } from 'react-router-dom';
import App from '@/App';
import '@/index.css';
import '@/utils/chartsetup';
ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>