File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/thirdweb/src/react/web/ui/Bridge Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ import type { ConnectButton_connectModalOptions } from "../../../core/hooks/conn
2222import type { SupportedTokens } from "../../../core/utils/defaultTokens.js" ;
2323import { useConnectLocale } from "../ConnectWallet/locale/getConnectLocale.js" ;
2424import { EmbedContainer } from "../ConnectWallet/Modal/ConnectEmbed.js" ;
25+ import { Container } from "../components/basic.js" ;
26+ import { Button } from "../components/buttons.js" ;
2527import { DynamicHeight } from "../components/DynamicHeight.js" ;
2628import { Spinner } from "../components/Spinner.js" ;
29+ import { Text } from "../components/text.js" ;
2730import type { LocaleId } from "../types.js" ;
2831import { BridgeOrchestrator , type UIOptions } from "./BridgeOrchestrator.js" ;
2932import { UnsupportedTokenScreen } from "./UnsupportedTokenScreen.js" ;
30- import { Container } from "../components/basic.js" ;
31- import { Text } from "../components/text.js" ;
32- import { Button } from "../components/buttons.js" ;
3333
3434export type CheckoutWidgetProps = {
3535 /**
You can’t perform that action at this time.
0 commit comments