From 28ca8a9493edb5e947f59e89779ced7a2d9e4ae3 Mon Sep 17 00:00:00 2001 From: Bartholomew Date: Sun, 3 Nov 2019 09:23:11 +0100 Subject: [PATCH] fix authentication page (#2832) --- packages/netlify-cms-ui-default/src/AuthenticationPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/netlify-cms-ui-default/src/AuthenticationPage.js b/packages/netlify-cms-ui-default/src/AuthenticationPage.js index 619c7f42..82e10288 100644 --- a/packages/netlify-cms-ui-default/src/AuthenticationPage.js +++ b/packages/netlify-cms-ui-default/src/AuthenticationPage.js @@ -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;