import * as React from "react"; export class PageTitle extends React.Component { public render() { return {this.props.children}; } }