diff --git a/src/components/upload/EntityPhotoGallery.tsx b/src/components/upload/EntityPhotoGallery.tsx index ac260998..6939738e 100644 --- a/src/components/upload/EntityPhotoGallery.tsx +++ b/src/components/upload/EntityPhotoGallery.tsx @@ -1,5 +1,5 @@ import { useState, useEffect } from 'react'; -import { Camera, Upload, LogIn, Settings } from 'lucide-react'; +import { Camera, Upload, LogIn, Settings, ArrowUpDown } from 'lucide-react'; import { Button } from '@/components/ui/button'; import { Card, CardContent } from '@/components/ui/card'; import { @@ -173,7 +173,7 @@ export function EntityPhotoGallery({ {/* Sort Dropdown */} {photos.length > 0 && (