aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util
diff options
context:
space:
mode:
authorLibravatar Santhosh Chinnasamy <csesanthosh15@gmail.com>2022-05-16 11:35:34 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-16 06:20:11 -0500
commitbbde4a9d54d9c7dc03f34ca4113061a605dd5040 (patch)
tree240f6a34a6b772fb3e04d9bf96b1f36bc4cf7cca /src/components/util
parent6.0.0-nightly.37 [skip ci] (diff)
downloadferdium-app-bbde4a9d54d9c7dc03f34ca4113061a605dd5040.tar.gz
ferdium-app-bbde4a9d54d9c7dc03f34ca4113061a605dd5040.tar.zst
ferdium-app-bbde4a9d54d9c7dc03f34ca4113061a605dd5040.zip
remove duplicate Button component
Diffstat (limited to 'src/components/util')
-rw-r--r--src/components/util/ErrorBoundary/index.js2
1 files changed, 1 insertions, 1 deletions
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';
3import injectSheet from 'react-jss'; 3import injectSheet from 'react-jss';
4import { defineMessages, injectIntl } from 'react-intl'; 4import { defineMessages, injectIntl } from 'react-intl';
5 5
6import Button from '../../ui/Button'; 6import Button from '../../ui/button';
7import { H1 } from '../../ui/headline'; 7import { H1 } from '../../ui/headline';
8 8
9import styles from './styles'; 9import styles from './styles';