Skip to content

Commit

Permalink
chore: Fix some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 9, 2024
1 parent ba26121 commit 4e0a621
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/devtools-evm/src/omnigraph/sdk.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { OmniPoint, OmniTransaction } from '@layerzerolabs/devtools'
import { IOmniSDK, OmniContract } from './types'
import type { OmniPoint, OmniTransaction } from '@layerzerolabs/devtools'
import type { IOmniSDK, OmniContract } from './types'
import { omniContractToPoint } from './coordinates'
import { createContractErrorParser } from '@/errors/parser'
import { OmniContractErrorParser } from '@/errors/types'
import { ContractError } from '..'
import type { OmniContractErrorParser } from '@/errors/types'
import type { ContractError } from '@/errors/errors'

/**
* Base class for all EVM SDKs, providing some common functionality
Expand Down

0 comments on commit 4e0a621

Please sign in to comment.