remove unused code
This commit is contained in:
parent
6df206e411
commit
18dc14dca2
@ -32,7 +32,6 @@ const getClassName = (
|
||||
'inline-flex',
|
||||
'items-center',
|
||||
'justify-center',
|
||||
// 'bg-clip-padding',
|
||||
'box-border',
|
||||
'h-28',
|
||||
'border',
|
||||
|
@ -1,6 +1,5 @@
|
||||
import { render, screen } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom';
|
||||
import * as React from 'react';
|
||||
import { EtherscanLink } from '.';
|
||||
import { EthereumChainIds } from '../../utils/web3';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user