fix authentication page (#2832)

This commit is contained in:
Bartholomew 2019-11-03 09:23:11 +01:00 committed by Erez Rokah
parent 6164f8fbe6
commit 28ca8a9493

View File

@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import styled from '@emotion/styled';
import Icon from './Icon';
import { buttons, shadows } from './styles';
import { GoBackButton } from './GoBackButton';
import GoBackButton from './GoBackButton';
const StyledAuthenticationPage = styled.section`
display: flex;