import React from 'react'; const TileInfoLine = ({type, className, children, dataTestId}) => (
{children}
); export default TileInfoLine;