Make lint happy
This commit is contained in:
parent
170827e3cb
commit
e3fb25a4d4
|
@ -19,7 +19,6 @@ export function Download() {
|
|||
<div className="download-inputContainer">
|
||||
<Input
|
||||
id="cid"
|
||||
isInvalid={false}
|
||||
placeholder="CID"
|
||||
inputClassName="download-input"
|
||||
onChange={onCidChange}></Input>
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue