fix: close React.memo wrapping in 3 components

This commit is contained in:
Kirill
2026-05-24 19:53:39 +05:00
parent c9342f833b
commit c46e19f95e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -68,4 +68,4 @@ export const OptimizedImage = React.memo(function OptimizedImage({
/>
</Box>
)
}
})