Skip to content

Commit c34fb29

Browse files
committed
lint
1 parent fdc7f76 commit c34fb29

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

apps/dashboard/src/app/checkout/components/client/CheckoutEmbed.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { useV5DashboardChain } from "lib/v5-adapter";
1010
import { getVercelEnv } from "lib/vercel-utils";
1111
import { useTheme } from "next-themes";
1212
import { useMemo } from "react";
13-
import { createThirdwebClient, NATIVE_TOKEN_ADDRESS, toTokens } from "thirdweb";
13+
import { NATIVE_TOKEN_ADDRESS, createThirdwebClient, toTokens } from "thirdweb";
1414
import { AutoConnect, PayEmbed } from "thirdweb/react";
1515
import { setThirdwebDomains } from "thirdweb/utils";
1616

apps/dashboard/src/app/checkout/page.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
import "../../global.css";
22
import { getThirdwebClient } from "@/constants/thirdweb.server";
33
import 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";
105
import { getCurrencyMetadata } from "thirdweb/extensions/erc20";
116
import { checksumAddress } from "thirdweb/utils";
127
import { CheckoutEmbed } from "./components/client/CheckoutEmbed.client";

0 commit comments

Comments
 (0)