import React from 'react' const EmptySlotComponent = ({ position, onAdd }) => (
  • {position}
  • ) export default EmptySlotComponent