Create backend module for more separation
This commit is contained in:
parent
c36f35747f
commit
80a6582ce5
8 changed files with 63 additions and 30 deletions
|
|
@ -4,7 +4,7 @@ use tui::backend::Backend;
|
|||
use tui::layout::Rect;
|
||||
use tui::Frame;
|
||||
|
||||
use crate::cove::room::CoveRoom;
|
||||
use crate::backend::cove::room::CoveRoom;
|
||||
|
||||
pub struct CoveUi {
|
||||
room: CoveRoom,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue