diff --git a/site/docs/pages/swap/swap.mdx b/site/docs/pages/swap/swap.mdx
index 0305b04e56..61ba9c7ad5 100644
--- a/site/docs/pages/swap/swap.mdx
+++ b/site/docs/pages/swap/swap.mdx
@@ -1,4 +1,4 @@
-import { Swap, SwapAmountInput, SwapButton } from '../../../../src/swap';
+{/* import { Swap, SwapAmountInput, SwapButton } from '../../../../src/swap'; */}
import App from '../App';
# ``
@@ -17,37 +17,6 @@ The `Swap` component is a comprehensive interface for users to execute token swa
```
-
-
-
-
-
-
-
-
## Props
[`SwapReact`](/swap/types#SwapReact)
diff --git a/src/swap/index.ts b/src/swap/index.ts
index a708e7398b..d56f333e70 100644
--- a/src/swap/index.ts
+++ b/src/swap/index.ts
@@ -1,8 +1,5 @@
// 🌲☀️🌲
export { getSwapQuote } from './core/getSwapQuote';
-export { Swap } from './components/Swap';
-export { SwapAmountInput } from './components/SwapAmountInput';
-export { SwapButton } from './components/SwapButton';
export type {
BuildSwapTransactionParams,
BuildSwapTransactionResponse,