import React from 'react'; export default class StaticComponent extends React.PureComponent { render() { return (

Static component

) } }