// @flow import React from 'react'; type Props = { title: string, }; const CarouselHeader = ({ title }: Props) => (