From 508b979ced056184905baf4028d9830a2d0c3c51 Mon Sep 17 00:00:00 2001 From: Alissa Crane Date: Mon, 10 Jun 2024 19:02:23 -0400 Subject: [PATCH] remove export --- src/swap/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/swap/index.ts b/src/swap/index.ts index 18b70f612b..e51725e16b 100644 --- a/src/swap/index.ts +++ b/src/swap/index.ts @@ -1,6 +1,5 @@ // 🌲☀️🌲 export { getQuote } from './core/getQuote'; -export { SwapAmountInput } from './components/SwapAmountInput'; export type { Fee, GetQuoteParams,