style(repl): import TrinitrixUi from absolute path #19

Merged
bpeetz merged 1 commits from style into headless 2024-05-08 19:03:13 +00:00
1 changed files with 4 additions and 3 deletions

View File

@ -36,9 +36,10 @@ use crossterm::{
}; };
use keymaps::key_repr::{Key, KeyValue}; use keymaps::key_repr::{Key, KeyValue};
use crate::app::status::{State, Status}; use crate::{
app::status::{State, Status},
use super::ui_trait::TrinitrixUi; ui::ui_trait::TrinitrixUi,
};
pub struct Repl { pub struct Repl {
current_written_buffer: String, current_written_buffer: String,