diff --git a/src/components/Docs/components/AddressConverter/components/AddressConverter.tsx b/src/components/Docs/components/AddressConverter/components/AddressConverter.tsx index ce6cd1df..1dbb2359 100644 --- a/src/components/Docs/components/AddressConverter/components/AddressConverter.tsx +++ b/src/components/Docs/components/AddressConverter/components/AddressConverter.tsx @@ -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 = () => {