aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/supportFerdi/SupportFerdiDashboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/settings/supportFerdi/SupportFerdiDashboard.js')
-rw-r--r--src/components/settings/supportFerdi/SupportFerdiDashboard.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/settings/supportFerdi/SupportFerdiDashboard.js b/src/components/settings/supportFerdi/SupportFerdiDashboard.js
index f6fc7c171..36c126565 100644
--- a/src/components/settings/supportFerdi/SupportFerdiDashboard.js
+++ b/src/components/settings/supportFerdi/SupportFerdiDashboard.js
@@ -1,10 +1,8 @@
1import React, { Component } from 'react'; 1import React, { Component } from 'react';
2import { defineMessages, FormattedHTMLMessage, intlShape } from 'react-intl'; 2import { defineMessages, FormattedHTMLMessage, intlShape } from 'react-intl';
3import { remote } from 'electron'; 3import { BrowserWindow } from '@electron/remote';
4import InfoBar from '../../ui/InfoBar'; 4import InfoBar from '../../ui/InfoBar';
5 5
6const { BrowserWindow } = remote;
7
8const messages = defineMessages({ 6const messages = defineMessages({
9 headline: { 7 headline: {
10 id: 'settings.supportFerdi.headline', 8 id: 'settings.supportFerdi.headline',