import React from 'react'; export default ({ title }: { title: string }) =>

{title}

;