- {variant === 'current' &&
}
- {variant === 'failure' &&
}
- {variant === 'success' &&
}
-
-
{children}
-
- );
-}
diff --git a/apps/explorer/src/ui/CoinBalance.tsx b/apps/explorer/src/ui/CoinBalance.tsx
deleted file mode 100644
index 5cc8e788064..00000000000
--- a/apps/explorer/src/ui/CoinBalance.tsx
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (c) Mysten Labs, Inc.
-// Modifications Copyright (c) 2024 IOTA Stiftung
-// SPDX-License-Identifier: Apache-2.0
-
-import { useFormatCoin, CoinFormat } from '@iota/core';
-
-import { Amount, type AmountProps } from '~/ui/Amount';
-
-export interface CoinBalanceProps extends Omit