diff --git a/src/app/projects/[projectId]/components/newChat/NewChatModal.tsx b/src/app/projects/[projectId]/components/newChat/NewChatModal.tsx index 8df1f50..62fb01a 100644 --- a/src/app/projects/[projectId]/components/newChat/NewChatModal.tsx +++ b/src/app/projects/[projectId]/components/newChat/NewChatModal.tsx @@ -1,6 +1,5 @@ -import { MessageSquareIcon, PlusIcon } from "lucide-react"; +import { MessageSquareIcon } from "lucide-react"; import { type FC, type ReactNode, useState } from "react"; -import { Button } from "../../../../../components/ui/button"; import { Dialog, DialogContent,