aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/ErrorBoundary/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/util/ErrorBoundary/index.js')
-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';