jeduardogruiz commited on
Commit
854d998
1 Parent(s): 9f72b71

Create token_row.tsx

Browse files
Files changed (1) hide show
  1. token_row.tsx +5 -0
token_row.tsx ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import { TokenRow } from '@coinbase/onchainkit/token';
2
+
3
+ const token = { ... };
4
+
5
+ <TokenRow token={token} />;