diff --git a/client/src/entities/gallery/ui/GalleryGrid.tsx b/client/src/entities/gallery/ui/GalleryGrid.tsx index 023aacb..ab65f09 100644 --- a/client/src/entities/gallery/ui/GalleryGrid.tsx +++ b/client/src/entities/gallery/ui/GalleryGrid.tsx @@ -2,6 +2,7 @@ import DeleteOutlineOutlinedIcon from '@mui/icons-material/DeleteOutlineOutlined import Box from '@mui/material/Box' import IconButton from '@mui/material/IconButton' import Tooltip from '@mui/material/Tooltip' +import { OptimizedImage } from '@/shared/ui/OptimizedImage' import type { GalleryImageItem } from '../model/types' type Props = { @@ -31,10 +32,10 @@ export function GalleryGrid({ items, deleting, onDelete }: Props) { aspectRatio: '1', }} > -