Rename backend to client and simplify event handling
This commit is contained in:
parent
2400651483
commit
5680eb3ab2
9 changed files with 34 additions and 42 deletions
|
|
@ -6,7 +6,7 @@ use tui::text::Span;
|
|||
use tui::widgets::{Block, BorderType, Borders, Paragraph};
|
||||
use tui::Frame;
|
||||
|
||||
use crate::backend::cove::room::CoveRoom;
|
||||
use crate::client::cove::room::CoveRoom;
|
||||
|
||||
use self::users::CoveUsers;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue