diff --git a/components/shared/AppSidebar/InsightsPanel.tsx b/components/shared/AppSidebar/InsightsPanel.tsx index 8ce4325c69..7506aa4289 100644 --- a/components/shared/AppSidebar/InsightsPanel.tsx +++ b/components/shared/AppSidebar/InsightsPanel.tsx @@ -2,7 +2,6 @@ import { useState } from "react"; import { ChartBarSquareIcon, UsersIcon } from "@heroicons/react/24/outline"; import Link from "next/link"; import SkeletonWrapper from "components/atoms/SkeletonLoader/skeleton-wrapper"; -import Button from "components/shared/Button/button"; import SidebarMenuItem from "./sidebar-menu-item"; interface InsightsPanelProps { @@ -73,16 +72,16 @@ export const InsightsPanel = ({ title, insights, type, isLoading, workspaceId }: }) ) : (
  • -

    You don't have any Insights yet!

    - +
  • )} {insights.length > 3 ? (