Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Feb 7, 2025
1 parent a5a6c19 commit 994fdbd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions components/bank/handlers/createMessageUtils.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import React from 'react';
import {
denomToAsset,
formatAmount,
formatDenom,
formatDenomWithBadge,
formatLargeNumber,
} from '@/utils';
import { formatAmount, formatDenomWithBadge, formatLargeNumber } from '@/utils';
import { format } from 'react-string-format';
import { TruncatedAddressWithCopy } from '@/components/react/addressCopy';
import { MetadataSDKType } from '@liftedinit/manifestjs/dist/codegen/cosmos/bank/v1beta1/bank';
Expand Down

0 comments on commit 994fdbd

Please sign in to comment.