setup routes

This commit is contained in:
2024-10-10 20:40:25 +01:00
parent abfcbc8954
commit 67d6381123
20 changed files with 1194 additions and 490 deletions

View File

@ -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;