fix: build errors

This commit is contained in:
sriram veeraghanta 2024-05-11 15:14:59 +05:30
parent 3355be9c9c
commit 16d8dfc86e
15 changed files with 10 additions and 20 deletions

View file

@ -3,7 +3,7 @@ import { observer } from "mobx-react";
import Link from "next/link";
import { useRouter } from "next/router";
// icons
import { ArrowRight, Plus, PanelRight } from "lucide-react";
import { ArrowRight, PanelRight } from "lucide-react";
// types
import { IIssueDisplayFilterOptions, IIssueDisplayProperties, IIssueFilterOptions, TIssueLayouts } from "@plane/types";
// ui