From c3d7c1c8af6e410e470a4eec2410d50a0d121bfd Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Wed, 5 Dec 2018 18:30:59 +0200 Subject: [PATCH] incorrect imported components removed --- src/common/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/index.js b/src/common/index.js index 088e91c77..0853dc433 100644 --- a/src/common/index.js +++ b/src/common/index.js @@ -4,8 +4,6 @@ import NavBar from './NavBar'; import Modal from './Modal'; import MetadataItem from './MetadataItem'; import Router from './Router'; -import Stream from './Stream'; -import Video from './Video'; import LibraryItemList from './LibraryItemList'; import MetaItem from './MetaItem'; import Addon from './Addon'; @@ -20,8 +18,6 @@ export { Modal, MetadataItem, Router, - Stream, - Video, LibraryItemList, MetaItem, Addon,