fix authentication page (#2832)
This commit is contained in:
@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
|
|||||||
import styled from '@emotion/styled';
|
import styled from '@emotion/styled';
|
||||||
import Icon from './Icon';
|
import Icon from './Icon';
|
||||||
import { buttons, shadows } from './styles';
|
import { buttons, shadows } from './styles';
|
||||||
import { GoBackButton } from './GoBackButton';
|
import GoBackButton from './GoBackButton';
|
||||||
|
|
||||||
const StyledAuthenticationPage = styled.section`
|
const StyledAuthenticationPage = styled.section`
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user