mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18: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,
|
||||
StashMsgComponent,
|
||||
},
|
||||
input::InputEvent,
|
||||
keys,
|
||||
poll::InputEvent,
|
||||
queue::{Action, InternalEvent, NeedsUpdate, Queue},
|
||||
strings,
|
||||
tabs::{Revlog, StashList, Stashing, Status},
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
mod app;
|
||||
mod cmdbar;
|
||||
mod components;
|
||||
mod input;
|
||||
mod keys;
|
||||
mod poll;
|
||||
mod queue;
|
||||
mod spinner;
|
||||
mod strings;
|
||||
|
|
@ -37,7 +37,7 @@ use crossterm::{
|
|||
},
|
||||
ExecutableCommand,
|
||||
};
|
||||
use poll::{Input, InputEvent};
|
||||
use input::{Input, InputEvent};
|
||||
use scopeguard::defer;
|
||||
use scopetime::scope_time;
|
||||
use simplelog::{Config, LevelFilter, WriteLogger};
|
||||
|
|
|
|||
Loading…
Reference in a new issue