Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 authored Aug 4, 2024
1 parent c459ac2 commit 0c505bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reportWebVitals.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { MetricType } from "web-vitals";


const reportWebVitals = (onPerfEntry?: (metric: MetricType) => void) => {
if (onPerfEntry && onPerfEntry instanceof Function) {
import("web-vitals").then(({ onCLS, onINP, onFCP, onLCP, onTTFB }) => {
Expand Down

0 comments on commit 0c505bf

Please sign in to comment.