Skip to content

Commit

Permalink
fix: build error - duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Sep 28, 2024
1 parent 5370ea2 commit 41b475f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
ReaderIcon,
CubeIcon,
RocketIcon,
BlocksIcon,
} from "@repo/ui/components/shared/react-icons";

import { RecentBatches } from "./recent-batches";
Expand All @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 41b475f

Please sign in to comment.