Skip to content

Commit

Permalink
chore: remove unused hook
Browse files Browse the repository at this point in the history
  • Loading branch information
fabryscript committed Jul 12, 2024
1 parent daf6b5e commit 2c92e9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web/components/swap-tool/alt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
useWalletSelect,
useWindowSize,
} from "~/hooks";
import { useBridge } from "~/hooks/bridge";
import { useSwap } from "~/hooks/use-swap";
import { useGlobalIs1CTIntroModalScreen } from "~/modals";
import { AddFundsModal } from "~/modals/add-funds";
Expand Down Expand Up @@ -79,7 +78,6 @@ export const AltSwapTool: FunctionComponent<SwapToolProps> = observer(
const [, setIs1CTIntroModalScreen] = useGlobalIs1CTIntroModalScreen();
const { isOneClickTradingEnabled } = useOneClickTradingSession();
const [isSendingTx, setIsSendingTx] = useState(false);
const { fiatRampSelection } = useBridge();

const account = accountStore.getWallet(chainId);
const slippageConfig = useSlippageConfig();
Expand Down

0 comments on commit 2c92e9c

Please sign in to comment.