diff --git a/src/pages/ConnectWallet/index.tsx b/src/pages/ConnectWallet/index.tsx index 46bd0e74..6d8946a8 100644 --- a/src/pages/ConnectWallet/index.tsx +++ b/src/pages/ConnectWallet/index.tsx @@ -43,7 +43,6 @@ import { FAUCET_URL, } from '../../utils/envVars'; import { routeToCorrectWorkflowStep } from '../../utils/RouteToCorrectWorkflowStep'; -import { MetamaskHardwareButton } from './MetamaskHardwareButton'; import useIntlNetworkName from '../../hooks/useIntlNetworkName'; // styled components @@ -487,7 +486,6 @@ const _ConnectWalletPage = ({ error={walletProvider === fortmatic ? error : undefined} /> )} */} -