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