Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Jul 6, 2023
1 parent 32f0ee9 commit 10c9994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Typography } from '@mui/material'
import { hexDataLength } from 'ethers/lib/utils'
import type { ReactElement, ReactNode } from 'react'
import css from './styles.module.css'
import valueCss from '@/components/transactions/TxDetails/TxData/DecodedData/Value/styles.module.css'
import valueCss from '@/components/transactions/TxDetails/TxData/DecodedData/ValueArray/styles.module.css'
import EthHashInfo from '@/components/common/EthHashInfo'

type TxDataRowProps = {
Expand Down

0 comments on commit 10c9994

Please sign in to comment.