Move euph room ui to new euph module

This commit is contained in:
Joscha 2022-08-10 22:35:22 +02:00
parent f7e379fe3a
commit fa91515a61
4 changed files with 17 additions and 17 deletions

View file

@ -13,8 +13,8 @@ use crate::euph::api::SessionType;
use crate::euph::{Joined, Status};
use crate::vault::Vault;
use super::euph::room::EuphRoom;
use super::input::{key, KeyBindingsList, KeyEvent};
use super::room::EuphRoom;
use super::widgets::background::Background;
use super::widgets::border::Border;
use super::widgets::editor::EditorState;