Skip to content

Commit

Permalink
remove reportWebVitals reference
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu authored Dec 24, 2023
1 parent 0ca4e3a commit b00dc69
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import React from 'react';
import ReactDOM from 'react-dom';

import App from './App';
import reportWebVitals from './reportWebVitals';
import GlobalStyle from "./globalStyles";
import GlobalStyle from './globalStyles';

ReactDOM.render(
<React.StrictMode>
Expand All @@ -12,8 +11,3 @@ ReactDOM.render(
</React.StrictMode>,
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();

0 comments on commit b00dc69

Please sign in to comment.