File size: 110 Bytes
854d998
 
 
 
 
1
2
3
4
5
import { TokenRow } from '@coinbase/onchainkit/token';
 
const token = { ... };
 
<TokenRow token={token} />;