Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Sep 28, 2020
1 parent fe73fdd commit 50dca71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { useFetcher } from '../../../../hooks/useFetcher';

export interface UXMetrics {
cls: string;
fid: string;
fid: number;
lcp: string;
tbt: number;
fcp: number;
Expand Down

0 comments on commit 50dca71

Please sign in to comment.