mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-04-28 06:49:32 +07:00
chore: fix build error
This commit is contained in:
parent
4fb06faaf4
commit
e84dd657fb
@ -1,9 +1,4 @@
|
|||||||
import {
|
import { FolderPlus, UploadIcon } from "lucide-react";
|
||||||
EllipsisVertical,
|
|
||||||
FilePlus,
|
|
||||||
FolderPlus,
|
|
||||||
UploadIcon,
|
|
||||||
} from "lucide-react";
|
|
||||||
import Button from "@/components/ui/button";
|
import Button from "@/components/ui/button";
|
||||||
import { usePutObject } from "./hooks";
|
import { usePutObject } from "./hooks";
|
||||||
import { toast } from "sonner";
|
import { toast } from "sonner";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { Dropdown, Modal } from "react-daisyui";
|
import { Dropdown } from "react-daisyui";
|
||||||
import { Object } from "./types";
|
import { Object } from "./types";
|
||||||
import Button from "@/components/ui/button";
|
import Button from "@/components/ui/button";
|
||||||
import { DownloadIcon, EllipsisVertical, Share2, Trash } from "lucide-react";
|
import { DownloadIcon, EllipsisVertical, Share2, Trash } from "lucide-react";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user