import React from 'react' import PropTypes from 'prop-types' import styles from './GlobalError.scss' const GlobalError = ({ error }) => { if (!error) { return null } return (