Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuciulinaru committed Aug 12, 2024
1 parent 03d0888 commit 586b536
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ import { useSwapLiveAppHook } from "~/renderer/hooks/swap-migrations/useSwapLive
import { flattenAccountsSelector, shallowAccountsSelector } from "~/renderer/reducers/accounts";
import { languageSelector } from "~/renderer/reducers/settings";
import { walletSelector } from "~/renderer/reducers/wallet";
import { useIsSwapLiveFlagEnabled } from "../hooks/useIsSwapLiveFlagEnabled";
import { useSwapLiveAppQuoteState } from "../hooks/useSwapLiveAppQuoteState";
import { trackSwapError, useGetSwapTrackingProperties } from "../utils/index";
import ExchangeDrawer from "./ExchangeDrawer/index";
import SwapFormSelectors from "./FormSelectors";
import { SwapMigrationUI } from "./Migrations/SwapMigrationUI";
import EmptyState from "./Rates/EmptyState";
import SwapWebView, { SwapWebProps } from "./SwapWebView";
import { useIsSwapLiveFlagEnabled } from "./useIsSwapLiveFlagEnabled";

const DAPP_PROVIDERS = ["paraswap", "oneinch", "moonpay"];

Expand Down

0 comments on commit 586b536

Please sign in to comment.