Move ChatMsg trait to chat2
This commit is contained in:
parent
6f0088e194
commit
e2b75d2f52
2 changed files with 11 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ use crate::macros::{logging_unwrap, ok_or_return, some_or_return};
|
|||
use crate::util::InfallibleExt;
|
||||
use crate::vault::Vault;
|
||||
|
||||
pub use self::chat::ChatMsg;
|
||||
pub use self::chat2::ChatMsg;
|
||||
use self::chat2::ChatState;
|
||||
use self::input::{key, InputEvent, KeyBindingsList};
|
||||
use self::rooms::Rooms;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue