From fd5b5fedfec1921930257b1003245f3740536556 Mon Sep 17 00:00:00 2001 From: physcik Date: Fri, 10 Apr 2026 19:30:54 +0500 Subject: Front fix --- front/src/reportWebVitals.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 front/src/reportWebVitals.js (limited to 'front/src/reportWebVitals.js') diff --git a/front/src/reportWebVitals.js b/front/src/reportWebVitals.js new file mode 100644 index 0000000..5253d3a --- /dev/null +++ b/front/src/reportWebVitals.js @@ -0,0 +1,13 @@ +const reportWebVitals = onPerfEntry => { + if (onPerfEntry && onPerfEntry instanceof Function) { + import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => { + getCLS(onPerfEntry); + getFID(onPerfEntry); + getFCP(onPerfEntry); + getLCP(onPerfEntry); + getTTFB(onPerfEntry); + }); + } +}; + +export default reportWebVitals; -- cgit v1.3