Skip to content

Commit

Permalink
fix: import methods
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniyJB committed Dec 20, 2024
1 parent 72531b6 commit 27a1e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modular/TokenLogo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
UnknownTokenIcon,
UsdcIcon
} from '@components/svg/icons';
import NFTIcon from '@components/svg/icons/NFTIcon';
import { NFTIcon } from '@components/svg/icons/NFTIcon';
import { getTokenNameFromDatabase } from '@utils';

export interface TokenLogoProps {
Expand Down

0 comments on commit 27a1e8b

Please sign in to comment.