mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-04 06:23:08 +00:00
FIX lint
This commit is contained in:
parent
bf354da170
commit
5c8eee11d8
@ -1,7 +1,6 @@
|
||||
import { useQuery } from "@tanstack/react-query";
|
||||
import Loader from "../../assets/loader.svg";
|
||||
import { CodexSdk } from "../../sdk/codex";
|
||||
import { Card, Spinner } from "@codex-storage/marketplace-ui-components";
|
||||
import { Spinner } from "@codex-storage/marketplace-ui-components";
|
||||
import { Promises } from "../../utils/promises";
|
||||
|
||||
export function Debug() {
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import "./help.css";
|
||||
import { HelpCircle } from "lucide-react";
|
||||
import { SimpleText } from "@codex-storage/marketplace-ui-components";
|
||||
|
||||
export const Route = createFileRoute("/dashboard/help")({
|
||||
component: () => (
|
||||
|
||||
@ -6,7 +6,6 @@ import { useState } from "react";
|
||||
import {
|
||||
Button,
|
||||
Cell,
|
||||
EmptyPlaceholder,
|
||||
Spinner,
|
||||
Table,
|
||||
} from "@codex-storage/marketplace-ui-components";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user