Skip to content

Commit e0037e5

Browse files
committed
chore: remove unused imports
1 parent 3df13e7 commit e0037e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/storage-providers/components/storage-providers-ipni-misreporting-widget.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"use client";
22

3+
import { ChartStat } from "@/components/chart-stat";
34
import { ChartTooltip } from "@/components/chart-tooltip";
45
import { OverlayLoader } from "@/components/overlay-loader";
56
import { Card } from "@/components/ui/card";
@@ -13,6 +14,7 @@ import {
1314
import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs";
1415
import { QueryKey } from "@/lib/constants";
1516
import { useDelayedFlag } from "@/lib/hooks/use-delayed-flag";
17+
import { cn } from "@/lib/utils";
1618
import { weekFromDate, weekToReadableString } from "@/lib/weeks";
1719
import { scaleSymlog } from "d3-scale";
1820
import { ComponentProps, useCallback, useMemo, useState } from "react";
@@ -29,8 +31,6 @@ import {
2931
fetchStorageProvidersIPNIMisreportingData,
3032
FetchStorageProvidersIPNIMistreportingDataParameters,
3133
} from "../storage-providers-data";
32-
import { bigintToPercentage, cn } from "@/lib/utils";
33-
import { ChartStat } from "@/components/chart-stat";
3434

3535
type CardProps = ComponentProps<typeof Card>;
3636
export interface StorageProvidersComplianceWidgetProps

0 commit comments

Comments
 (0)