Render and interact with individual rooms
This commit is contained in:
parent
9cd7ee008d
commit
6fbc0c5ff7
8 changed files with 228 additions and 48 deletions
|
|
@ -2,4 +2,5 @@ pub mod api;
|
|||
mod conn;
|
||||
mod room;
|
||||
|
||||
pub use conn::{Joined, Joining, Status};
|
||||
pub use room::Room;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue