const TrainingHint = props => (
{props.training.date}
{props.training.title}
) export default TrainingHint