From bbde4a9d54d9c7dc03f34ca4113061a605dd5040 Mon Sep 17 00:00:00 2001 From: Santhosh Chinnasamy Date: Mon, 16 May 2022 11:35:34 +0530 Subject: remove duplicate Button component --- src/components/auth/Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/auth/Login.js') diff --git a/src/components/auth/Login.js b/src/components/auth/Login.js index f1c58a020..c6b26a21d 100644 --- a/src/components/auth/Login.js +++ b/src/components/auth/Login.js @@ -9,7 +9,7 @@ import { API_VERSION } from '../../environment-remote'; import Form from '../../lib/Form'; import { required, email } from '../../helpers/validation-helpers'; import Input from '../ui/Input'; -import Button from '../ui/Button'; +import Button from '../ui/button'; import Link from '../ui/Link'; import { globalError as globalErrorPropType } from '../../prop-types'; -- cgit v1.2.3-54-g00ecf