removed empty files

This commit is contained in:
Nickiel12 2023-09-22 21:05:39 -07:00
parent d39ace718d
commit 52e46f737e
3 changed files with 0 additions and 4 deletions

View file

@ -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,

View file

@ -1 +0,0 @@
pub mod transaction_manual;

View file

@ -1 +0,0 @@