diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-26 21:38:05 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-26 21:38:05 +0530 |
commit | b34cdba24fe2c2b445adcb3cf7c3e65e79ff6fd0 (patch) | |
tree | 375b33f364354a9939098d61508c9a1c4589ec81 /src/reportWebVitals.js | |
parent | a0b22d6aa60baa24225214667bc9171f83484f25 (diff) |
first commit, doesn't do anything yet
Diffstat (limited to 'src/reportWebVitals.js')
-rw-r--r-- | src/reportWebVitals.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/reportWebVitals.js b/src/reportWebVitals.js deleted file mode 100644 index 5253d3a..0000000 --- a/src/reportWebVitals.js +++ /dev/null @@ -1,13 +0,0 @@ -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; |