Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoi23333 committed Nov 5, 2023
1 parent 8fc8e0d commit 5b0c83f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/Components/RoadDetails/ImageAbleZoom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ interface ImageClickProps {
/**
* ImageZoom make images clickable and open a popup to see image closer
*/
// ...
const ImageZoom: React.FC<ImageClickProps> = ({
imageUrl,
onClose,
Expand Down Expand Up @@ -70,6 +69,5 @@ const ImageZoom: React.FC<ImageClickProps> = ({
</div>
);
};
// ...

export default ImageZoom;

0 comments on commit 5b0c83f

Please sign in to comment.