From b723d7436b3c38ef84586d389260f141537e6abf Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 1 Oct 2021 23:02:54 +0530 Subject: fix: fix issue with past commit related to 'environment-remote' --- src/components/auth/Signup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/auth') diff --git a/src/components/auth/Signup.js b/src/components/auth/Signup.js index 936e0202d..816a49669 100644 --- a/src/components/auth/Signup.js +++ b/src/components/auth/Signup.js @@ -4,7 +4,7 @@ import PropTypes from 'prop-types'; import { observer, inject } from 'mobx-react'; import { defineMessages, injectIntl } from 'react-intl'; -import { isDevMode, useLiveAPI } from '../../environment'; +import { isDevMode, useLiveAPI } from '../../environment-remote'; import Form from '../../lib/Form'; import { required, email, minLength } from '../../helpers/validation-helpers'; import serverlessLogin from '../../helpers/serverless-helpers'; -- cgit v1.2.3-70-g09d2