Skip to content

Commit

Permalink
fix: modelDevice missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS committed Oct 2, 2023
1 parent 328d07a commit 8edbb3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { UserRefusedFirmwareUpdate } from "@ledgerhq/errors";
import { useHistory } from "react-router-dom";
import TrackPage from "~/renderer/analytics/TrackPage";
import Track from "~/renderer/analytics/Track";
import { getDeviceModel } from "@ledgerhq/devices";
import Box from "~/renderer/components/Box";
import ErrorDisplay from "~/renderer/components/ErrorDisplay";
import { StepProps } from "../";
Expand Down

0 comments on commit 8edbb3f

Please sign in to comment.