diff --git a/src/pages/buckets/manage/browse/actions.tsx b/src/pages/buckets/manage/browse/actions.tsx index dc9e623..fea7b84 100644 --- a/src/pages/buckets/manage/browse/actions.tsx +++ b/src/pages/buckets/manage/browse/actions.tsx @@ -1,9 +1,4 @@ -import { - EllipsisVertical, - FilePlus, - FolderPlus, - UploadIcon, -} from "lucide-react"; +import { FolderPlus, UploadIcon } from "lucide-react"; import Button from "@/components/ui/button"; import { usePutObject } from "./hooks"; import { toast } from "sonner"; diff --git a/src/pages/buckets/manage/browse/object-actions.tsx b/src/pages/buckets/manage/browse/object-actions.tsx index cc73920..a382804 100644 --- a/src/pages/buckets/manage/browse/object-actions.tsx +++ b/src/pages/buckets/manage/browse/object-actions.tsx @@ -1,4 +1,4 @@ -import { Dropdown, Modal } from "react-daisyui"; +import { Dropdown } from "react-daisyui"; import { Object } from "./types"; import Button from "@/components/ui/button"; import { DownloadIcon, EllipsisVertical, Share2, Trash } from "lucide-react";