From 3c9f6f1f9d44ac484e0e76f5cd0563f76461ca9b Mon Sep 17 00:00:00 2001 From: Santhosh C Date: Wed, 18 May 2022 23:33:07 +0530 Subject: Remove duplicated Button.js component (#176) --- src/components/util/ErrorBoundary/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/util') diff --git a/src/components/util/ErrorBoundary/index.js b/src/components/util/ErrorBoundary/index.js index 8687cc09f..c1861e5f7 100644 --- a/src/components/util/ErrorBoundary/index.js +++ b/src/components/util/ErrorBoundary/index.js @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'; import injectSheet from 'react-jss'; import { defineMessages, injectIntl } from 'react-intl'; -import Button from '../../ui/Button'; +import Button from '../../ui/button'; import { H1 } from '../../ui/headline'; import styles from './styles'; -- cgit v1.2.3-54-g00ecf