mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-28 21:18:47 +00:00
detail page imported
This commit is contained in:
parent
c3d7c1c8af
commit
bb6ef3185b
1 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ import Calendar from './Calendar';
|
|||
import Search from './Search';
|
||||
import Settings from './Settings';
|
||||
import Player from './Player';
|
||||
import Detail from './Detail';
|
||||
|
||||
export {
|
||||
Addons,
|
||||
|
|
@ -17,5 +18,6 @@ export {
|
|||
Calendar,
|
||||
Search,
|
||||
Settings,
|
||||
Player
|
||||
Player,
|
||||
Detail
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue