From 5b2a888dd88785621a7e6d18b5601a37f7c8179b Mon Sep 17 00:00:00 2001 From: roushou Date: Fri, 14 Jun 2024 02:02:08 +0700 Subject: [PATCH] update `swap` doc --- site/docs/pages/swap/swap.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/site/docs/pages/swap/swap.mdx b/site/docs/pages/swap/swap.mdx index 4ff8449bc2..7b53c820a5 100644 --- a/site/docs/pages/swap/swap.mdx +++ b/site/docs/pages/swap/swap.mdx @@ -1,6 +1,3 @@ -{/* import { Swap, SwapAmountInput, SwapButton } from '../../../../src/swap'; */} -import App from '../App'; - # `` ### Alert! Component is actively in development. Stay tuned for upcoming releases. @@ -13,7 +10,7 @@ for initiating the transaction. ## Usage -```tsx [code] +```tsx import { Swap, SwapAmountInput, SwapButton } from '@coinbase/onchainkit/swap'; const address = '0x1234567890';