reinstalled react app and try to deploy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
FRR
2025-07-05 17:28:26 +08:00
parent 31635e83fb
commit 4fc30db288
33 changed files with 14269 additions and 2841 deletions

13
src/reportWebVitals.js Normal file
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;