Skip to content

Commit

Permalink
Merge pull request #90 from blocto/fix/build-warn
Browse files Browse the repository at this point in the history
  • Loading branch information
akira02 authored Jan 10, 2024
2 parents 3efff6d + 572b77f commit a8063a2
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 a8063a2

Please sign in to comment.