Skip to content

Commit

Permalink
feat(lld): typecheck fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrellard-ledger committed Apr 11, 2024
1 parent c042dcf commit 9e28048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useCallback } from "react";
import { useTranslation } from "react-i18next";
import { useDispatch } from "react-redux";
import styled from "styled-components";
import { Flex } from "@ledgerhq/react-ui";
import { Flex, Theme } from "@ledgerhq/react-ui";
import { hidePostOnboardingWalletEntryPoint } from "@ledgerhq/live-common/postOnboarding/actions";
import { getDeviceModel } from "@ledgerhq/devices";
import { DeviceModelId } from "@ledgerhq/types-devices";
Expand Down

0 comments on commit 9e28048

Please sign in to comment.