diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 0e4da02..fa6f06a 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -1,4 +1,4 @@ -import { AddWalletConfirmationInput, Sdk, User } from '../../.mesh'; +import { AddWalletConfirmationInput, Sdk } from '../../.mesh'; import { AuthType, Chain } from '../types'; import { errorHandler } from '../utils/errorHandler';