Skip to content

Commit

Permalink
fix: Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Dec 1, 2023
1 parent 4557a11 commit 2a72629
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/utils/src/endpoint/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { OmniGraph, OmniPointBasedFactory } from '@/omnigraph/types'
import type { OmniGraph, OmniPointBasedFactory } from '@/omnigraph/types'
import type { OmniTransaction } from '@/transactions/types'
import type { Address } from '@/types'
import type { EndpointId } from '@layerzerolabs/lz-definitions'
import type { Address, OmniTransaction } from '@layerzerolabs/utils'

export interface IEndpoint {
defaultSendLibrary(eid: EndpointId): Promise<Address | undefined>
Expand Down

0 comments on commit 2a72629

Please sign in to comment.