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