Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Update components/swap.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
fadeev and coderabbitai[bot] authored Jul 4, 2024
1 parent bc029ba commit 5c2d148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/swap.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client"

import { useContext, useEffect, useState } from "react"
import { useEffect, useState } from "react"
import { useAppContext } from "@/context/AppContext"
import ERC20_ABI from "@openzeppelin/contracts/build/contracts/ERC20.json"
import { getAddress } from "@zetachain/protocol-contracts"
Expand Down

0 comments on commit 5c2d148

Please sign in to comment.