setup routes
This commit is contained in:
@ -1,4 +1,11 @@
|
||||
pub mod header;
|
||||
pub mod stream;
|
||||
pub mod stream_list;
|
||||
mod avatar;
|
||||
mod header;
|
||||
mod stream;
|
||||
mod stream_list;
|
||||
mod avatar;
|
||||
mod stream_player;
|
||||
mod video_placeholder;
|
||||
|
||||
pub use self::header::Header;
|
||||
pub use self::stream_list::StreamList;
|
||||
pub use self::video_placeholder::VideoPlaceholder;
|
||||
pub use self::stream_player::StreamPlayer;
|
||||
|
Reference in New Issue
Block a user