Skip to content

Commit

Permalink
chore(llm): use LLM alias in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Nov 29, 2024
1 parent 4e13195 commit 21b8ac2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Flex, SideImageCard } from "@ledgerhq/native-ui";
import { CryptoOrTokenCurrency } from "@ledgerhq/types-cryptoassets";
import React, { useCallback } from "react";
import { Linking } from "react-native";
import LogContentCardWrapper from "LLM/features/DynamicContent/components/LogContentCardWrapper";
import useDynamicContent from "~/dynamicContent/useDynamicContent";
import LogContentCardWrapper from "~/newArch/features/DynamicContent/components/LogContentCardWrapper";

type Props = {
currency: CryptoOrTokenCurrency;
Expand Down

0 comments on commit 21b8ac2

Please sign in to comment.