File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
apps/dashboard/src/app/checkout Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { useV5DashboardChain } from "lib/v5-adapter";
1010import { getVercelEnv } from "lib/vercel-utils" ;
1111import { useTheme } from "next-themes" ;
1212import { useMemo } from "react" ;
13- import { createThirdwebClient , NATIVE_TOKEN_ADDRESS , toTokens } from "thirdweb" ;
13+ import { NATIVE_TOKEN_ADDRESS , createThirdwebClient , toTokens } from "thirdweb" ;
1414import { AutoConnect , PayEmbed } from "thirdweb/react" ;
1515import { setThirdwebDomains } from "thirdweb/utils" ;
1616
Original file line number Diff line number Diff line change 11import "../../global.css" ;
22import { getThirdwebClient } from "@/constants/thirdweb.server" ;
33import type { Metadata } from "next" ;
4- import {
5- createThirdwebClient ,
6- defineChain ,
7- getContract ,
8- NATIVE_TOKEN_ADDRESS ,
9- } from "thirdweb" ;
4+ import { createThirdwebClient , defineChain , getContract } from "thirdweb" ;
105import { getCurrencyMetadata } from "thirdweb/extensions/erc20" ;
116import { checksumAddress } from "thirdweb/utils" ;
127import { CheckoutEmbed } from "./components/client/CheckoutEmbed.client" ;
You can’t perform that action at this time.
0 commit comments