diff --git a/client/scripts/components/Panels/TorrentList.js b/client/scripts/components/Panels/TorrentList.js
index a88da64e..1c49803d 100644
--- a/client/scripts/components/Panels/TorrentList.js
+++ b/client/scripts/components/Panels/TorrentList.js
@@ -2,21 +2,21 @@ import React from 'react';
import ActionBar from '../TorrentList/ActionBar';
import ApplicationPanel from '../Layout/ApplicationPanel';
-import TorrentListContainer from '../TorrentList/TorrentListContainer';
+import TorrentList from '../TorrentList';
-class TorrentList extends React.Component {
+class TorrentListPanel extends React.Component {
render() {
return (