Skip to content

Commit befd444

Browse files
author
logbasem
committed
Fixed import type
1 parent 92d8277 commit befd444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

react-app/src/reportWebVitals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ReportHandler } from 'web-vitals';
1+
import type { ReportHandler } from 'web-vitals';
22

33
const reportWebVitals = (onPerfEntry: ReportHandler | undefined) => {
44
if (onPerfEntry && onPerfEntry instanceof Function) {

0 commit comments

Comments
 (0)