From e6158f3e74032406a9d6dc8deb8e389d4c92c158 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 7 Mar 2025 14:57:45 +0100 Subject: [PATCH] Remove unused import --- src/components/Download/Download.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";