removed empty files
This commit is contained in:
parent
d39ace718d
commit
52e46f737e
3 changed files with 0 additions and 4 deletions
|
@ -16,8 +16,6 @@ pub use self::manual_transaction::render_manual_transaction;
|
||||||
pub mod navigation_frame;
|
pub mod navigation_frame;
|
||||||
pub use self::navigation_frame::render_navigation_frame;
|
pub use self::navigation_frame::render_navigation_frame;
|
||||||
|
|
||||||
pub mod sub_screens;
|
|
||||||
|
|
||||||
pub fn render_popup<B: Backend>(f: &mut Frame<B>, base: Rect, list_items: Vec<ListItem>) {
|
pub fn render_popup<B: Backend>(f: &mut Frame<B>, base: Rect, list_items: Vec<ListItem>) {
|
||||||
let space = Rect {
|
let space = Rect {
|
||||||
x: base.x - 1,
|
x: base.x - 1,
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
pub mod transaction_manual;
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
Loading…
Reference in a new issue