Skip to content

Commit aa67e35

Browse files
committed
adding space on the import
1 parent a8823cf commit aa67e35

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/server-wallets/components

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/server-wallets/components/try-it-out.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export function TryItOut() {
184184
}
185185

186186
const sdkExample = () => `\
187-
import {createThirdwebClient, sendTransaction, getContract, Engine} from "thirdweb";
187+
import { createThirdwebClient, sendTransaction, getContract, Engine } from "thirdweb";
188188
import { baseSepolia } from "thirdweb/chains";
189189
import { claimTo } from "thirdweb/extensions/erc1155";
190190

0 commit comments

Comments
 (0)