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