diff --git a/src/components/Download/Download.tsx b/src/components/Download/Download.tsx index bcb1c22..529c312 100644 --- a/src/components/Download/Download.tsx +++ b/src/components/Download/Download.tsx @@ -19,7 +19,6 @@ export function Download() {
diff --git a/src/components/Welcome/Welcome.tsx b/src/components/Welcome/Welcome.tsx index 49b9b82..0c31579 100644 --- a/src/components/Welcome/Welcome.tsx +++ b/src/components/Welcome/Welcome.tsx @@ -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";