diff --git a/src/backends/git-gateway/AuthenticationPage.js b/src/backends/git-gateway/AuthenticationPage.js index 3bf454d7..9e389280 100644 --- a/src/backends/git-gateway/AuthenticationPage.js +++ b/src/backends/git-gateway/AuthenticationPage.js @@ -1,8 +1,7 @@ import PropTypes from 'prop-types'; import React from "react"; import { partial } from 'lodash'; -import { Notifs } from 'redux-notifications'; -import { Toast, Icon } from 'UI'; +import { Icon } from 'UI'; let component = null; @@ -92,7 +91,6 @@ export default class AuthenticationPage extends React.Component { if (window.netlifyIdentity) { return
-