diff --git a/src/components/image/ImageLarge.tsx b/src/components/image/ImageLarge.tsx index 339e9ba9..18569d92 100644 --- a/src/components/image/ImageLarge.tsx +++ b/src/components/image/ImageLarge.tsx @@ -15,4 +15,4 @@ export default function ImageLarge(props: ImageProps) { height: Math.round(IMAGE_WIDTH_LARGE / aspectRatio), }} /> ); -}; \ No newline at end of file +};