Skip to content

Commit fdbb5ab

Browse files
Update apps/dashboard/src/app/pay/components/client/PaymentLinkForm.client.tsx
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: greg <[email protected]>
1 parent cd10535 commit fdbb5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/pay/components/client/PaymentLinkForm.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { Button } from "@/components/ui/button";
77
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
88
import { Input } from "@/components/ui/input";
99
import { Label } from "@/components/ui/label";
10+
import { getClientThirdwebClient } from "@/constants/thirdweb-client.client";
1011
import { cn } from "@/lib/utils";
1112
import { ChevronDownIcon, CreditCardIcon } from "lucide-react";
1213
import { useCallback, useMemo, useState } from "react";
@@ -21,7 +22,6 @@ import {
2122
import { getCurrencyMetadata } from "thirdweb/extensions/erc20";
2223
import { resolveScheme, upload } from "thirdweb/storage";
2324
import { setThirdwebDomains } from "thirdweb/utils";
24-
import { getClientThirdwebClient } from "../../../../@/constants/thirdweb-client.client";
2525
import { FileInput } from "../../../../components/shared/FileInput";
2626
import {
2727
THIRDWEB_ANALYTICS_DOMAIN,

0 commit comments

Comments
 (0)