Skip to content

Commit

Permalink
fix(mobile): update imports following TS migration
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrogerlux committed Nov 3, 2022
1 parent fe64632 commit a375923
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, { useCallback, useState, useMemo } from "react";
import { Trans } from "react-i18next";
import { createAction } from "@ledgerhq/live-common/hw/actions/app";
import type { Device } from "@ledgerhq/live-common/hw/actions/types";
import withRemountableWrapper from "@ledgerhq/live-common/hoc/withRemountableWrapper";
import connectApp from "@ledgerhq/live-common/hw/connectApp";
import { Flex, Text } from "@ledgerhq/native-ui";
import { getDeviceModel } from "@ledgerhq/devices";
Expand All @@ -11,7 +12,6 @@ import BottomModal from "../../BottomModal";

import Item from "./Item";
import Confirmation from "./Confirmation";
import withRemountableWrapper from "../../withRemountableWrapper";

type Props = {
dependencies?: string[];
Expand Down

0 comments on commit a375923

Please sign in to comment.