add three charts

This commit is contained in:
prisar
2023-07-05 07:12:43 +05:30
parent 5950bd9584
commit ba5ef28a2f
10 changed files with 2791 additions and 80 deletions

View File

@@ -6,9 +6,9 @@ import reportWebVitals from './reportWebVitals';
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
// <React.StrictMode>
<App />
</React.StrictMode>
// </React.StrictMode>
);
// If you want to start measuring performance in your app, pass a function