Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Jun 29, 2021
1 parent 590e8ba commit 8a4ded1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/maskbook/src/plugins/ITO/UI/CompositionDialog.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import { useCallback, useEffect, useState } from 'react'
import Web3Utils from 'web3-utils'
import { DialogContent } from '@material-ui/core'
import { formatBalance, usePortalShadowRoot, useChainId, useAccount, TransactionStateType } from '@dimensiondev/maskbook-shared'
import {
formatBalance,
usePortalShadowRoot,
} from '@dimensiondev/maskbook-shared'
import { useI18N, useRemoteControlledDialog } from '../../../utils'
import { InjectedDialog, InjectedDialogProps } from '../../../components/shared/InjectedDialog'
import { ITO_MetaKey, MSG_DELIMITER } from '../constants'
Expand All @@ -18,6 +21,7 @@ import { ConfirmDialog } from './ConfirmDialog'
import { currentGasPriceSettings, currentGasNowSettings } from '../../Wallet/settings'
import { useITO_ContractAddress } from '../contracts/useITO_ContractAddress'
import { EthereumMessages } from '../../Ethereum/messages'
import { TransactionStateType, useAccount, useChainId } from '@dimensiondev/web3-shared'

export enum ITOCreateFormPageStep {
NewItoPage = 'new-ito',
Expand Down

0 comments on commit 8a4ded1

Please sign in to comment.