diff --git a/ui/page/backup/index.js b/ui/page/backup/index.js
new file mode 100644
index 000000000..dff4fdd69
--- /dev/null
+++ b/ui/page/backup/index.js
@@ -0,0 +1,2 @@
+import BackupPage from './view';
+export default BackupPage;
diff --git a/ui/page/backup/view.jsx b/ui/page/backup/view.jsx
new file mode 100644
index 000000000..92ca9599d
--- /dev/null
+++ b/ui/page/backup/view.jsx
@@ -0,0 +1,14 @@
+// @flow
+import * as React from 'react';
+import Page from 'component/page';
+import WalletBackup from 'component/walletBackup';
+
+function BackupPage() {
+ return (
+
+
+
+ );
+}
+
+export default BackupPage;
diff --git a/ui/page/help/view.jsx b/ui/page/help/view.jsx
index 85efa8dd3..37ba5df5e 100644
--- a/ui/page/help/view.jsx
+++ b/ui/page/help/view.jsx
@@ -4,7 +4,6 @@ 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';
@@ -199,7 +198,6 @@ class HelpPage extends React.PureComponent
{
}
/>
-
{/* @endif */}