diff --git a/components/molecules/ListCard/list-card.tsx b/components/molecules/ListCard/list-card.tsx index ed0b363dc1..925c6ee8bf 100644 --- a/components/molecules/ListCard/list-card.tsx +++ b/components/molecules/ListCard/list-card.tsx @@ -1,10 +1,8 @@ import React from "react"; import Link from "next/link"; import { MdOutlineArrowForwardIos } from "react-icons/md"; -import { FiPlus } from "react-icons/fi"; import { RiDeleteBinLine } from "react-icons/ri"; import Text from "components/atoms/Typography/text"; -import Tooltip from "components/atoms/Tooltip/tooltip"; import { useFetchListContributors } from "lib/hooks/useList"; import StackedAvatar, { Contributor } from "../StackedAvatar/stacked-avatar"; @@ -41,16 +39,6 @@ const ListCard = ({ list, handleOnDeleteClick }: ListCardProps) => {