Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 12, 2024
1 parent 2ea7f48 commit b41a0e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { useState } from "react";
import { bech32 } from "bech32";
import { ethers } from "ethers";
import { useState } from "react";
import QRCode from "react-qr-code";

import { convertAddress } from "../AddressConverter.utils";

export const AddressConverter = () => {
Expand Down

0 comments on commit b41a0e8

Please sign in to comment.