🏗️ Split matrix_client.rs to create the matrix_interface module

This commit is contained in:
2023-12-17 11:54:21 +01:00
parent ae8dba86f6
commit 513b05ddb3
7 changed files with 147 additions and 129 deletions

View File

@@ -6,7 +6,7 @@ use fermi::*;
use tracing::{debug, Level};
pub mod components;
pub mod matrix_client;
pub mod matrix_interface;
use crate::base::APP_SETTINGS;
use crate::components::chats_window::chats_window::ChatsWindow;