mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
cleanup
This commit is contained in:
parent
540997c177
commit
0d09071c0a
1 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,11 @@ use anyhow::{anyhow, Result};
|
||||||
use asyncgit::{sync, AsyncNotification, CWD};
|
use asyncgit::{sync, AsyncNotification, CWD};
|
||||||
use crossbeam_channel::Sender;
|
use crossbeam_channel::Sender;
|
||||||
use crossterm::event::{Event, KeyEvent};
|
use crossterm::event::{Event, KeyEvent};
|
||||||
use std::{cell::Cell, cell::RefCell, path::Path, rc::Rc};
|
use std::{
|
||||||
|
cell::{Cell, RefCell},
|
||||||
|
path::Path,
|
||||||
|
rc::Rc,
|
||||||
|
};
|
||||||
use tui::{
|
use tui::{
|
||||||
backend::Backend,
|
backend::Backend,
|
||||||
layout::{Constraint, Direction, Layout, Margin, Rect},
|
layout::{Constraint, Direction, Layout, Margin, Rect},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue