Make lint happy

This commit is contained in:
Arnaud 2024-10-14 16:27:54 +02:00
parent 170827e3cb
commit e3fb25a4d4
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ export function Download() {
<div className="download-inputContainer">
<Input
id="cid"
isInvalid={false}
placeholder="CID"
inputClassName="download-input"
onChange={onCidChange}></Input>

View File

@ -1,4 +1,4 @@
import { Alert, SimpleText } from "@codex-storage/marketplace-ui-components";
import { SimpleText } from "@codex-storage/marketplace-ui-components";
import "./Welcome.css";
import { Link } from "@tanstack/react-router";
import { ChevronRight } from "lucide-react";