updating with react

saving because I DELETED THIS AND MORE EARLIER, GOSH DARN
This commit is contained in:
2021-09-24 20:41:59 -04:00
parent d7d0ed8961
commit 91e2683ea2
36 changed files with 12751 additions and 24 deletions

View File

@@ -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;