Skip to content

Commit ef329ec

Browse files
committed
Fix typo
1 parent c08e912 commit ef329ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/reportWebVitals.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const reportWebVitals = (onPerfEntry?: (metric: any) => void) => {
66
onFCP(onPerfEntry);
77
onLCP(onPerfEntry);
88
onTTFB(onPerfEntry);
9-
});
10-
};
9+
});
10+
};
11+
}
1112

1213
export default reportWebVitals;

0 commit comments

Comments
 (0)