import React from 'react'; export default props => { if (props.error) { return (
Error!{' '}
); } return
Loading...
; };