diff --git a/apps/dashboard/src/components/attachments.tsx b/apps/dashboard/src/components/attachments.tsx index dbbfeab794..463d7509f1 100644 --- a/apps/dashboard/src/components/attachments.tsx +++ b/apps/dashboard/src/components/attachments.tsx @@ -16,18 +16,21 @@ import { cn } from "@midday/ui/utils"; import { X } from "lucide-react"; import { useEffect, useState } from "react"; import { useDropzone } from "react-dropzone"; +import { FilePreview } from "./file-preview"; const Item = ({ file, onDelete, id }) => { return (
- +
-