Skip to content

Commit

Permalink
fix(core): Import CardType from apps-ui-kit in UnstakeTransactionInfo…
Browse files Browse the repository at this point in the history
… component
  • Loading branch information
panteleymonchuk committed Dec 23, 2024
1 parent 300a8a9 commit 8e650d6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
// SPDX-License-Identifier: Apache-2.0

import React from 'react';
import { CardType } from '@iota/apps-ui-kit';
import { TransactionAmount } from '../amount';
import type { IotaEvent } from '@iota/iota-sdk/client';
import { IOTA_TYPE_ARG } from '@iota/iota-sdk/utils';
import type { GasSummaryType, RenderExplorerLink } from '../../../types';
import { useFormatCoin } from '../../../hooks';
import { Divider, KeyValueInfo, Panel } from '@iota/apps-ui-kit';
import { Divider, KeyValueInfo, Panel, CardType } from '@iota/apps-ui-kit';
import { GasSummary, Validator } from '../../..';

interface UnstakeTransactionInfoProps {
Expand Down

0 comments on commit 8e650d6

Please sign in to comment.