Merge "Revert "Fix import in web-vitals""
diff --git a/polygerrit-ui/app/services/gr-reporting/gr-reporting_impl.ts b/polygerrit-ui/app/services/gr-reporting/gr-reporting_impl.ts index 106f1f3..33b9176 100644 --- a/polygerrit-ui/app/services/gr-reporting/gr-reporting_impl.ts +++ b/polygerrit-ui/app/services/gr-reporting/gr-reporting_impl.ts
@@ -16,8 +16,7 @@ LifeCycle, Timing, } from '../../constants/reporting'; -import {getCLS, getFID, getLCP} from 'web-vitals'; -import {Metric} from 'web-vitals/src/types'; +import {getCLS, getFID, getLCP, Metric} from 'web-vitals'; // Latency reporting constants.