()
| 48 | }; |
| 49 | |
| 50 | const ImagesSkeleton = () => ( |
| 51 | <div className="w-full p-1 "> |
| 52 | <div className="w-full overflow-hidden aspect-video mt-5"> |
| 53 | <div className="w-full h-full bg-gray-300 dark:bg-gray-700 rounded animate-pulse"></div> |
| 54 | </div> |
| 55 | </div> |
| 56 | ); |
| 57 | |
| 58 | const currentImage = images[photoIndex]; |
| 59 |
nothing calls this directly
no outgoing calls
no test coverage detected