import { memo } from 'react'; const PlaceholderRow = memo(() => { return
; }); export default PlaceholderRow;