Skip to content

Commit

Permalink
fix: Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Feb 20, 2024
1 parent 89eb4db commit 06b7f12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useCallback, useMemo } from "react"
import { ethers } from "ethers"
import classNames from "classnames"
import { Network } from "@dcl/schemas"
import { ChainId, getNetwork } from "@dcl/schemas/dist/dapps/chain-id"
import { useCallback, useMemo } from "react"
import classNames from "classnames"
import { t } from "decentraland-dapps/dist/modules/translation"
import { Wallet } from "decentraland-dapps/dist/modules/wallet/types"
import type { ChainData, Route, Token } from "decentraland-transactions/crossChain"
Expand Down

0 comments on commit 06b7f12

Please sign in to comment.