aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/publishDebugInfo/Component.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/publishDebugInfo/Component.js')
-rw-r--r--src/features/publishDebugInfo/Component.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/features/publishDebugInfo/Component.js b/src/features/publishDebugInfo/Component.js
index d3751b63d..30bdc13b6 100644
--- a/src/features/publishDebugInfo/Component.js
+++ b/src/features/publishDebugInfo/Component.js
@@ -1,10 +1,11 @@
1import { H1 } from '@meetfranz/ui';
2import { inject, observer } from 'mobx-react'; 1import { inject, observer } from 'mobx-react';
3import PropTypes from 'prop-types'; 2import PropTypes from 'prop-types';
4import { Component } from 'react'; 3import { Component } from 'react';
5import { defineMessages, injectIntl } from 'react-intl'; 4import { defineMessages, injectIntl } from 'react-intl';
6import injectSheet from 'react-jss'; 5import injectSheet from 'react-jss';
7import { state as ModalState } from './store'; 6import { state as ModalState } from './store';
7
8import { H1 } from '../../components/ui/headline';
8import { sendAuthRequest } from '../../api/utils/auth'; 9import { sendAuthRequest } from '../../api/utils/auth';
9import Button from '../../components/ui/Button'; 10import Button from '../../components/ui/Button';
10import Input from '../../components/ui/Input'; 11import Input from '../../components/ui/Input';