diff --git a/ui/component/router/view.jsx b/ui/component/router/view.jsx
index 52c235b..096cdf8 100644
--- a/ui/component/router/view.jsx
+++ b/ui/component/router/view.jsx
@@ -58,6 +58,7 @@ import SignInWalletPasswordPage from 'page/signInWalletPassword';
import YoutubeSyncPage from 'page/youtubeSync';
import CollectionPage from 'page/collection';
import DonationPage from 'page/donation';
+import SeedPage from 'page/seed_service';
import { LINKED_COMMENT_QUERY_PARAM } from 'constants/comment';
import { parseURI, isURIValid } from 'lbry-redux';
@@ -261,6 +262,7 @@ function AppRouter(props: Props) {
+