forked from trinitrix/core
style(repl): import TrinitrixUi from absolute path
This commit is contained in:
parent
3ebd171e61
commit
4fcdc1c8ea
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue