import ErrorPage, { ErrorPagePropsType } from './ErrorPage'; import ErrorPageMain, { ErrorPageMainPropsType } from './ErrorPageMain'; import ErrorPageHeader, { ErrorPageHeaderPropsType } from './ErrorPageHeader'; import ErrorPageFooter, { ErrorPageFooterPropsType } from './ErrorPageFooter'; import ErrorPageSection, { ErrorPageSectionPropsType } from './ErrorPageSection'; import ErrorPageFooterButton, { ErrorPageFooterButtonPropsType } from './ErrorPageFooterButton'; export { ErrorPageHeader, ErrorPageHeaderPropsType, ErrorPageMain, ErrorPageMainPropsType, ErrorPageFooter, ErrorPageFooterPropsType, ErrorPage, ErrorPagePropsType, ErrorPageSection, ErrorPageSectionPropsType, ErrorPageFooterButton, ErrorPageFooterButtonPropsType };