From ed5cb24ab4bf903e3c443fbbcd2f60f4baedec34 Mon Sep 17 00:00:00 2001 From: Mike Burgess Date: Wed, 4 Dec 2024 22:02:14 +0000 Subject: [PATCH] Remove unused code --- ui/dashboard/src/components/SnapshotHeader/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/dashboard/src/components/SnapshotHeader/index.tsx b/ui/dashboard/src/components/SnapshotHeader/index.tsx index 25fca465..df9d5294 100644 --- a/ui/dashboard/src/components/SnapshotHeader/index.tsx +++ b/ui/dashboard/src/components/SnapshotHeader/index.tsx @@ -1,5 +1,4 @@ import Icon from "@powerpipe/components/Icon"; -import SnapshotDiffButton from "@powerpipe/components/SnapshotDiffButton"; import { classNames } from "@powerpipe/utils/styles"; import { DashboardDataModeCLISnapshot } from "@powerpipe/types"; import { registerComponent } from "@powerpipe/components/dashboards"; @@ -19,7 +18,6 @@ const SnapshotHeader = () => { Snapshot: {snapshotFileName} - {/* */}