import React from "react"; const EmptySlotComponent = ({position, onAdd, inSimulation}) => (
  • {position} {inSimulation ? Empty Slot : }
  • ); export default EmptySlotComponent;