import { memo } from 'react'; import { BackgroundRemovalButton } from '../sidebar/BackgroundRemovalButton'; export const PropertiesPanel = memo(function PropertiesPanel({ element, onUpdate, onDelete, onEditPhoto }) { if (!element) { return (