Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AMIRKHANEF committed Feb 10, 2025
1 parent 50909d6 commit c212222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { BN } from '@polkadot/util';
import type { FetchedBalance } from '../../../hooks/useAssetsBalances';

import { Badge, type BadgeProps, Collapse, Container, Divider, Grid, styled, Typography, useTheme } from '@mui/material';
import { ArrowDown2, ArrowUp2, CloseCircle } from 'iconsax-react';
import { CloseCircle } from 'iconsax-react';
import React, { memo, useCallback, useContext, useMemo, useState } from 'react';

import { selectableNetworks } from '@polkadot/networks';
Expand Down

0 comments on commit c212222

Please sign in to comment.