From 1a806c209b4451cc73bdf40afbac21177cecd737 Mon Sep 17 00:00:00 2001 From: karamvir Date: Mon, 31 Jul 2023 21:59:55 -0700 Subject: [PATCH] cleanup for build --- frontend/src/components/header/index.tsx | 2 +- frontend/src/pages/dashboard/components/deployments-chart.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/header/index.tsx b/frontend/src/components/header/index.tsx index 5c68e9206..e8efb5b7c 100644 --- a/frontend/src/components/header/index.tsx +++ b/frontend/src/components/header/index.tsx @@ -1,7 +1,7 @@ import { ThemeToggle } from "@components/util"; import { Button } from "@ui/button"; -import { ChevronRight, Circle, LogOut } from "lucide-react"; +import { ChevronRight, LogOut } from "lucide-react"; import { Link, useLocation, useParams } from "react-router-dom"; import { useUser } from "@hooks"; diff --git a/frontend/src/pages/dashboard/components/deployments-chart.tsx b/frontend/src/pages/dashboard/components/deployments-chart.tsx index 9d8bce2fd..f838068fe 100644 --- a/frontend/src/pages/dashboard/components/deployments-chart.tsx +++ b/frontend/src/pages/dashboard/components/deployments-chart.tsx @@ -5,7 +5,6 @@ import { CardDescription, CardContent, } from "@ui/card"; -import { WithLoading } from "@components/util"; import { PieChart } from "react-minimal-pie-chart"; import { Link } from "react-router-dom"; import { useRead } from "@hooks";