diff --git a/src/components/upload/UppyPhotoUpload.tsx b/src/components/upload/UppyPhotoUpload.tsx index 8a271e8b..57b0fe0f 100644 --- a/src/components/upload/UppyPhotoUpload.tsx +++ b/src/components/upload/UppyPhotoUpload.tsx @@ -9,9 +9,7 @@ import { useToast } from '@/hooks/use-toast'; import { Button } from '@/components/ui/button'; import { Upload, Image as ImageIcon } from 'lucide-react'; -import '@uppy/core/dist/style.min.css'; -import '@uppy/dashboard/dist/style.min.css'; -import '@uppy/image-editor/dist/style.min.css'; +// CSS imports removed to avoid build issues - using custom styling instead interface UppyPhotoUploadProps { onUploadComplete?: (urls: string[]) => void;