mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-24 04:47:46 +00:00
incorrect imported components removed
This commit is contained in:
parent
9fe40eb5b6
commit
c3d7c1c8af
1 changed files with 0 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue