diff --git a/tools/tenscan/frontend/src/components/modules/dashboard/index.tsx b/tools/tenscan/frontend/src/components/modules/dashboard/index.tsx index 7726b6e769..07ee091b50 100644 --- a/tools/tenscan/frontend/src/components/modules/dashboard/index.tsx +++ b/tools/tenscan/frontend/src/components/modules/dashboard/index.tsx @@ -11,6 +11,7 @@ import { ReaderIcon, CubeIcon, RocketIcon, + BlocksIcon, } from "@repo/ui/components/shared/react-icons"; import { RecentBatches } from "./recent-batches"; @@ -25,7 +26,6 @@ import AnalyticsCard from "./analytics-card"; import Link from "next/link"; import { cn, formatNumber } from "@repo/ui/lib/utils"; import { Badge } from "@repo/ui/components/shared/badge"; -import { BlocksIcon } from "@repo/ui/components/shared/react-icons"; import { useRollupsService } from "@/src/services/useRollupsService"; import { RecentRollups } from "./recent-rollups"; diff --git a/tools/tenscan/frontend/src/components/modules/resources/decrypt.tsx b/tools/tenscan/frontend/src/components/modules/resources/decrypt.tsx index ced6ba4cf4..a4379d7d08 100644 --- a/tools/tenscan/frontend/src/components/modules/resources/decrypt.tsx +++ b/tools/tenscan/frontend/src/components/modules/resources/decrypt.tsx @@ -14,8 +14,7 @@ import { } from "@repo/ui/components/shared/card"; import { Textarea } from "@repo/ui/components/shared/textarea"; import { currentEncryptedKey } from "@/src/lib/constants"; -import { CopyIcon } from "@repo/ui/components/shared/react-icons"; -import { Terminal } from "@repo/ui/components/shared/react-icons"; +import { CopyIcon, Terminal } from "@repo/ui/components/shared/react-icons"; import { useRouter } from "next/router"; import JSONPretty from "react-json-pretty"; import { useRollupsService } from "@/src/services/useRollupsService";