base frontend

This commit is contained in:
Daniel
2022-04-14 18:40:27 +04:30
parent d977b65b28
commit 903b6f0fe2
10 changed files with 69 additions and 126 deletions
+1 -9
View File
@@ -2,16 +2,8 @@ import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
<App />,
document.getElementById('root')
);
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();