Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Aug 29, 2021
1 parent f90430f commit 95cfe50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Canary/renderers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Badge } from "../Badge";
import { isEmpty } from "./utils";
import { Icon } from "../Icon";
import { GetName } from "./data";

export function Duration({ ms }) {
if (ms == null || ms === 0) {
Expand Down

0 comments on commit 95cfe50

Please sign in to comment.