/* eslint-disable react/prop-types */
import React from 'react';

export default (props) => <h1>{ props.title }</h1>;
