Skip to content

Commit

Permalink
fix: add index to path
Browse files Browse the repository at this point in the history
  • Loading branch information
RamyEB committed May 7, 2024
1 parent bffdc71 commit 69aa79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/ledger-live-mobile/src/families/tron/Votes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import AccountDelegationInfo from "~/components/AccountDelegationInfo";
import AccountSectionLabel from "~/components/AccountSectionLabel";
import { StackNavigationProp } from "@react-navigation/stack";
import { ScreenName } from "../../../const";
import { useLocalLiveAppManifest } from "@ledgerhq/live-common/wallet-api/LocalLiveAppProvider";
import { useRemoteLiveAppManifest } from "@ledgerhq/live-common/platform/providers/RemoteLiveAppProvider";
import { useLocalLiveAppManifest } from "@ledgerhq/live-common/wallet-api/LocalLiveAppProvider/index";
import { useRemoteLiveAppManifest } from "@ledgerhq/live-common/platform/providers/RemoteLiveAppProvider/index";
import { useAccountUnit } from "~/hooks/useAccountUnit";

type Props = {
Expand Down

0 comments on commit 69aa79f

Please sign in to comment.