We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14d987 commit 20821a9Copy full SHA for 20821a9
packages/passport/src/index.ts
@@ -1,6 +1,7 @@
1
import type { WalletInit } from '@web3-onboard/common'
2
-import type { AuthenticatedHeaders, Network } from '@0xpass/passport/dist/types'
+import type { AuthenticatedHeaders } from '@0xpass/passport/dist/types'
3
import type { PassportOptions } from 'types'
4
+import { Network } from '@0xpass/passport'
5
6
async function createUsernameModal(
7
passport: any,
0 commit comments