Remove unused imports

This commit is contained in:
Willian Mitsuda 2022-08-10 04:58:16 -03:00
parent 478d4b5def
commit a187040c80
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { useState, useEffect, useMemo } from "react";
import { useMemo } from "react";
import { Interface } from "@ethersproject/abi";
import { ErrorDescription } from "@ethersproject/abi/lib/interface";
import useSWRImmutable from "swr/immutable";