import React from 'react'; import { FormattedMessage as Message } from 'react-intl'; import { IntlProvider } from 'components/i18n'; import appInfo from 'components/auth/appInfo/AppInfo.intl.json'; import messages from './BSoD.intl.json'; import styles from './styles.scss'; // TODO: probably it is better to render this view from the App view // to remove dependencies from store and IntlProvider export default function BSoD({store}) { return (
support@ely.by
); }