Skip to content

Commit 20821a9

Browse files
committed
fix: export network
1 parent d14d987 commit 20821a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/passport/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { WalletInit } from '@web3-onboard/common'
2-
import type { AuthenticatedHeaders, Network } from '@0xpass/passport/dist/types'
2+
import type { AuthenticatedHeaders } from '@0xpass/passport/dist/types'
33
import type { PassportOptions } from 'types'
4+
import { Network } from '@0xpass/passport'
45

56
async function createUsernameModal(
67
passport: any,

0 commit comments

Comments
 (0)