Create backend module for more separation

This commit is contained in:
Joscha 2022-03-05 17:07:04 +01:00
parent c36f35747f
commit 80a6582ce5
8 changed files with 63 additions and 30 deletions

View file

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