[Add] Correct impl of Iota updater & Move of language creation in main
This commit is contained in:
parent
eff1c019a8
commit
a60ea3d5d2
4 changed files with 43 additions and 64 deletions
|
|
@ -12,8 +12,8 @@ use ratatui::style::Color;
|
|||
use ttp_core::{CommunicationValue, DataTypes, DataValue};
|
||||
|
||||
use iota_state::{APP_STATE, UNIQUE, UiLogEntry};
|
||||
mod language_creator;
|
||||
mod language_manager;
|
||||
pub mod language_creator;
|
||||
pub mod language_manager;
|
||||
|
||||
static LOGGER: OnceLock<mpsc::Sender<LogMessage>> = OnceLock::new();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue