diff --git a/src/components/PageLayout/PageLayout.js b/src/components/PageLayout/PageLayout.js index dce7f079..db9a3d1c 100644 --- a/src/components/PageLayout/PageLayout.js +++ b/src/components/PageLayout/PageLayout.js @@ -3,8 +3,8 @@ import { connect } from 'react-redux'; import Helmet from 'react-helmet'; import { withRouter } from 'react-router-dom'; import { FormattedMessage } from 'react-intl'; -import { Topbar } from '../../containers'; import classNames from 'classnames'; +import { Topbar } from '../../containers'; import css from './PageLayout.css'; diff --git a/src/containers/AuthenticationPage/AuthenticationPage.js b/src/containers/AuthenticationPage/AuthenticationPage.js index fb0deeda..64a9de8e 100644 --- a/src/containers/AuthenticationPage/AuthenticationPage.js +++ b/src/containers/AuthenticationPage/AuthenticationPage.js @@ -2,7 +2,7 @@ import React, { PropTypes } from 'react'; import { connect } from 'react-redux'; import { Redirect } from 'react-router-dom'; import { FormattedMessage } from 'react-intl'; -import { PageLayout, NamedLink, NamedRedirect } from '../../components'; +import { PageLayout, NamedRedirect } from '../../components'; import { LoginForm, SignUpForm } from '../../containers'; import { login } from '../../ducks/Auth.duck'; diff --git a/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap b/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap index af3aee49..4ebdd09b 100644 --- a/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap +++ b/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap @@ -12,17 +12,6 @@ exports[`AuthenticationPageComponent matches snapshot 1`] = `

- - Log in - `; diff --git a/src/containers/LoginForm/__snapshots__/LoginForm.test.js.snap b/src/containers/LoginForm/__snapshots__/LoginForm.test.js.snap index 7798e952..98495067 100644 --- a/src/containers/LoginForm/__snapshots__/LoginForm.test.js.snap +++ b/src/containers/LoginForm/__snapshots__/LoginForm.test.js.snap @@ -1,44 +1,47 @@ exports[`LoginForm matches snapshot 1`] = `
-
-
- - +
+
+
+ + +
-
-
-
- - +
+
+ + +