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