Skip to content

Commit

Permalink
fix: build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
akira02 committed Jan 10, 2024
1 parent 7b834fa commit 572b77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EvmChainSelect.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from "react";
import React from "react";
import { Select } from "@chakra-ui/react";
import { ReactJSXElement } from "@emotion/react/types/jsx-namespace";
import { supportedChains, bloctoSDK, useEthereum } from "../services/evm";
Expand Down

0 comments on commit 572b77f

Please sign in to comment.