import React from 'react'; import ErrorBoundaryError from 'Components/Error/ErrorBoundaryError'; import translate from 'Utilities/String/translate'; import PageContentBody from './PageContentBody'; import styles from './PageContentError.css'; function PageContentError(props) { return (
); } export default PageContentError;