mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-04-27 22:39:31 +07:00
chore: fix build error
This commit is contained in:
parent
4fb06faaf4
commit
e84dd657fb
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user