diff --git a/packages/web/components/bridge/amount-screen.tsx b/packages/web/components/bridge/amount-screen.tsx index 615db1e282..5829ef8051 100644 --- a/packages/web/components/bridge/amount-screen.tsx +++ b/packages/web/components/bridge/amount-screen.tsx @@ -1500,21 +1500,6 @@ const ChainSelectorButton: FunctionComponent = ({ ); }; -const AmountScreenSkeletonLoader = () => { - return ( -
- - - - - - - - -
- ); -}; - const WalletDisplay: FunctionComponent<{ icon: string | ReactNode | undefined; name: string | undefined;