Skip to content

Commit e57fadc

Browse files
committed
chore: fix imports
1 parent 3efd4c3 commit e57fadc

File tree

1 file changed

+1
-1
lines changed
  • packages/thirdweb/src/wallets/in-app/core/authentication

1 file changed

+1
-1
lines changed

packages/thirdweb/src/wallets/in-app/core/authentication/jwt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { getClientFetch } from "src/utils/fetch.js";
21
import type { ThirdwebClient } from "../../../../client/client.js";
2+
import { getClientFetch } from "../../../../utils/fetch.js";
33
import { ROUTE_AUTH_JWT_CALLBACK } from "../../native/helpers/constants.js";
44
import { createErrorMessage } from "../../native/helpers/errors.js";
55
import type { Ecosystem } from "../wallet/types.js";

0 commit comments

Comments
 (0)