aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/ErrorBoundary/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/util/ErrorBoundary/index.tsx')
-rw-r--r--src/components/util/ErrorBoundary/index.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/util/ErrorBoundary/index.tsx b/src/components/util/ErrorBoundary/index.tsx
index 66f860835..a37d1b33a 100644
--- a/src/components/util/ErrorBoundary/index.tsx
+++ b/src/components/util/ErrorBoundary/index.tsx
@@ -1,6 +1,6 @@
1import { Component, ReactNode } from 'react'; 1import { Component, type ReactNode } from 'react';
2import withStyles, { WithStylesProps } from 'react-jss'; 2import { type IntlShape, defineMessages, injectIntl } from 'react-intl';
3import { defineMessages, injectIntl, IntlShape } from 'react-intl'; 3import withStyles, { type WithStylesProps } from 'react-jss';
4 4
5import Button from '../../ui/button'; 5import Button from '../../ui/button';
6import { H1 } from '../../ui/headline'; 6import { H1 } from '../../ui/headline';