From d418dd77f23ab24e91dfebad94832f9496eb567d Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 28 Apr 2025 00:20:28 -0600 Subject: prettifier --- client/src/utils/reportWebVitals.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/utils') diff --git a/client/src/utils/reportWebVitals.js b/client/src/utils/reportWebVitals.js index 5253d3a..9ecd33f 100644 --- a/client/src/utils/reportWebVitals.js +++ b/client/src/utils/reportWebVitals.js @@ -1,6 +1,6 @@ -const reportWebVitals = onPerfEntry => { +const reportWebVitals = (onPerfEntry) => { if (onPerfEntry && onPerfEntry instanceof Function) { - import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => { + import("web-vitals").then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => { getCLS(onPerfEntry); getFID(onPerfEntry); getFCP(onPerfEntry); -- cgit v1.2.3