diff --git a/ui/page/help/view.jsx b/ui/page/help/view.jsx index de11131e1..c1a7967bc 100644 --- a/ui/page/help/view.jsx +++ b/ui/page/help/view.jsx @@ -1,6 +1,6 @@ -// @TODO: Customize advice based on OS // @flow -import * as icons from 'constants/icons'; +import * as ICONS from 'constants/icons'; +import * as PAGES from 'constants/pages'; import * as React from 'react'; // @if TARGET='app' import { shell } from 'electron'; @@ -135,13 +135,13 @@ class HelpPage extends React.PureComponent {