Skip to content

Commit

Permalink
remove unused ethers import
Browse files Browse the repository at this point in the history
  • Loading branch information
datadanne committed Jun 28, 2023
1 parent d3606a3 commit 5dfd544
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion garage/src/pages/RigDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
useDisclosure,
VStack,
} from "@chakra-ui/react";
import { ethers } from "ethers";
import { ArrowForwardIcon } from "@chakra-ui/icons";
import { useParams, Link as RouterLink } from "react-router-dom";
import { useBlockNumber, useContractReads, useEnsName } from "wagmi";
Expand Down

0 comments on commit 5dfd544

Please sign in to comment.