diff --git a/frontend/src/App/AppRoutes.js b/frontend/src/App/AppRoutes.js
index f61d87e18..3e23005f9 100644
--- a/frontend/src/App/AppRoutes.js
+++ b/frontend/src/App/AppRoutes.js
@@ -4,7 +4,8 @@ import { Redirect, Route } from 'react-router-dom';
import NotFound from 'Components/NotFound';
import Switch from 'Components/Router/Switch';
import HistoryConnector from 'History/HistoryConnector';
-import MovieIndexConnector from 'Indexer/Index/MovieIndexConnector';
+import IndexerIndexConnector from 'Indexer/Index/IndexerIndexConnector';
+import SearchConnector from 'Search/SearchConnector';
import GeneralSettingsConnector from 'Settings/General/GeneralSettingsConnector';
import IndexerSettingsConnector from 'Settings/Indexers/IndexerSettingsConnector';
import NotificationSettings from 'Settings/Notifications/NotificationSettings';
@@ -33,7 +34,7 @@ function AppRoutes(props) {