diff --git a/src/components/Download/Download.tsx b/src/components/Download/Download.tsx index 27cf068..b10f158 100644 --- a/src/components/Download/Download.tsx +++ b/src/components/Download/Download.tsx @@ -1,6 +1,6 @@ import { Button, Input } from "@codex-storage/marketplace-ui-components"; import "./Download.css"; -import { ChangeEvent, useRef, useState } from "react"; +import { ChangeEvent, useState } from "react"; import { CodexSdk } from "../../sdk/codex"; import { attributes } from "../../utils/attributes";