diff --git a/frontend/app/components/Login/Login.js b/frontend/app/components/Login/Login.js index 0eb10ec2b..1a1f7358b 100644 --- a/frontend/app/components/Login/Login.js +++ b/frontend/app/components/Login/Login.js @@ -9,6 +9,7 @@ import { withRouter } from 'react-router-dom'; import stl from './login.module.css'; import cn from 'classnames'; import { setJwt } from 'Duck/user'; +import LoginBg from '../../svg/login-illustration.svg'; const FORGOT_PASSWORD = forgotPassword(); const SIGNUP_ROUTE = signup(); @@ -67,17 +68,12 @@ class Login extends React.Component { return (