We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dff35 commit c08e912Copy full SHA for c08e912
src/reportWebVitals.ts
@@ -6,7 +6,7 @@ const reportWebVitals = (onPerfEntry?: (metric: any) => void) => {
6
onFCP(onPerfEntry);
7
onLCP(onPerfEntry);
8
onTTFB(onPerfEntry);
9
- }
+ });
10
};
11
12
export default reportWebVitals;
0 commit comments