Remove unused import

This commit is contained in:
Arnaud 2025-03-07 14:57:45 +01:00
parent b2d076796a
commit e6158f3e74
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -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";