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 c08e912 commit ef329ecCopy full SHA for ef329ec
src/reportWebVitals.ts
@@ -6,7 +6,8 @@ const reportWebVitals = (onPerfEntry?: (metric: any) => void) => {
6
onFCP(onPerfEntry);
7
onLCP(onPerfEntry);
8
onTTFB(onPerfEntry);
9
- });
10
-};
+ });
+ };
11
+}
12
13
export default reportWebVitals;
0 commit comments