fix(cli): 🚑 formatting issues
This commit is contained in:
parent
5929ae514e
commit
c6e5b319b3
@ -8,11 +8,13 @@ mod framework {
|
|||||||
|
|
||||||
use {eyre::Result, palette::rgb::Rgb, ratatui::style::Color, std::str::FromStr};
|
use {eyre::Result, palette::rgb::Rgb, ratatui::style::Color, std::str::FromStr};
|
||||||
|
|
||||||
pub use framework::app::{App, Kb};
|
pub use framework::{
|
||||||
pub use framework::component::{Children, Component};
|
app::{App, Kb},
|
||||||
pub use framework::events::{Action, Event};
|
component::{Children, Component},
|
||||||
pub use framework::keyboard::KeyBindings;
|
events::{Action, Event},
|
||||||
pub use framework::tui::{Frame, Tui, IO};
|
keyboard::KeyBindings,
|
||||||
|
tui::{Frame, Tui, IO},
|
||||||
|
};
|
||||||
|
|
||||||
pub mod utils {
|
pub mod utils {
|
||||||
pub mod component {
|
pub mod component {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user