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/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