Skip to content

Commit d8cf31a

Browse files
committed
fix build
1 parent c46e826 commit d8cf31a

File tree

1 file changed

+1
-1
lines changed
  • packages/browser-utils/src/metrics/web-vitals

1 file changed

+1
-1
lines changed

packages/browser-utils/src/metrics/web-vitals/getFID.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
import { bindReporter } from './lib/bindReport';
17+
import { bindReporter } from './lib/bindReporter';
1818
import { getVisibilityWatcher } from './lib/getVisibilityWatcher';
1919
import { initMetric } from './lib/initMetric';
2020
import { observe } from './lib/observe';

0 commit comments

Comments
 (0)