diff --git a/src/ui/page/help/view.jsx b/src/ui/page/help/view.jsx index 924120d34..b40be38d9 100644 --- a/src/ui/page/help/view.jsx +++ b/src/ui/page/help/view.jsx @@ -4,12 +4,12 @@ import * as icons from 'constants/icons'; import * as React from 'react'; // @if TARGET='app' import { shell } from 'electron'; +import WalletBackup from 'component/walletBackup'; // @endif import { Lbry } from 'lbry-redux'; import Native from 'native'; import Button from 'component/button'; import Page from 'component/page'; -import BackupSection from 'component/walletBackup'; type DeamonSettings = { data_dir: string | any, @@ -195,7 +195,7 @@ class HelpPage extends React.PureComponent { {/* @if TARGET='app' */} - + {/* @endif */}