mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
rename
This commit is contained in:
parent
4bcfa61087
commit
79b8bdfae2
3 changed files with 3 additions and 3 deletions
|
|
@ -7,8 +7,8 @@ use crate::{
|
||||||
InspectCommitComponent, MsgComponent, ResetComponent,
|
InspectCommitComponent, MsgComponent, ResetComponent,
|
||||||
StashMsgComponent,
|
StashMsgComponent,
|
||||||
},
|
},
|
||||||
|
input::InputEvent,
|
||||||
keys,
|
keys,
|
||||||
poll::InputEvent,
|
|
||||||
queue::{Action, InternalEvent, NeedsUpdate, Queue},
|
queue::{Action, InternalEvent, NeedsUpdate, Queue},
|
||||||
strings,
|
strings,
|
||||||
tabs::{Revlog, StashList, Stashing, Status},
|
tabs::{Revlog, StashList, Stashing, Status},
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@
|
||||||
mod app;
|
mod app;
|
||||||
mod cmdbar;
|
mod cmdbar;
|
||||||
mod components;
|
mod components;
|
||||||
|
mod input;
|
||||||
mod keys;
|
mod keys;
|
||||||
mod poll;
|
|
||||||
mod queue;
|
mod queue;
|
||||||
mod spinner;
|
mod spinner;
|
||||||
mod strings;
|
mod strings;
|
||||||
|
|
@ -37,7 +37,7 @@ use crossterm::{
|
||||||
},
|
},
|
||||||
ExecutableCommand,
|
ExecutableCommand,
|
||||||
};
|
};
|
||||||
use poll::{Input, InputEvent};
|
use input::{Input, InputEvent};
|
||||||
use scopeguard::defer;
|
use scopeguard::defer;
|
||||||
use scopetime::scope_time;
|
use scopetime::scope_time;
|
||||||
use simplelog::{Config, LevelFilter, WriteLogger};
|
use simplelog::{Config, LevelFilter, WriteLogger};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue