Skip to content

Commit

Permalink
fix: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gakshita committed Nov 5, 2024
1 parent 70f1d51 commit 8eb696c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/core/constants/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import { linearGradientDef } from "@nivo/core";
// icons
import { BarChart2, Briefcase, Home, Inbox, Layers, PenSquare } from "lucide-react";
import { BarChart2, Briefcase, Layers } from "lucide-react";
// types
import { TIssuesListTypes, TStateGroups } from "@plane/types";
// ui
import { ContrastIcon, PiChatLogo, UserActivityIcon } from "@plane/ui";
import { ContrastIcon } from "@plane/ui";
import { Props } from "@/components/icons/types";
import { EUserPermissions } from "@/plane-web/constants/user-permissions";
// assets
Expand Down

0 comments on commit 8eb696c

Please sign in to comment.