File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/server-wallets Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { createVaultClient, listEoas } from "@thirdweb-dev/vault-sdk";
33import { notFound } from "next/navigation" ;
44import { THIRDWEB_VAULT_URL } from "../../../../../../../../@/constants/env" ;
55import { getAuthToken } from "../../../../../../api/lib/getAuthToken" ;
6- import { TryItOut } from "./components/try-it-out" ;
76import type { Wallet } from "./wallet-table/types" ;
87import { ServerWalletsTable } from "./wallet-table/wallet-table" ;
98
@@ -55,11 +54,6 @@ export default async function TransactionsServerWalletsPage(props: {
5554 teamSlug = { team_slug }
5655 managementAccessToken = { managementAccessToken ?? undefined }
5756 />
58- < TryItOut
59- authToken = { authToken }
60- team_slug = { team_slug }
61- project_slug = { project_slug }
62- />
6357 </ div >
6458 ) }
6559 </ >
You can’t perform that action at this time.
0 commit comments