about summary refs log tree commit diff
path: root/src/ui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.rs')
-rwxr-xr-xsrc/ui.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.rs b/src/ui.rs
index 36ba710..d1ef0d3 100755
--- a/src/ui.rs
+++ b/src/ui.rs
@@ -18,16 +18,16 @@ mod history_box;
 mod preferences_window;
 mod report;
 mod task_details;
+mod task_row;
 mod tasks_group;
 mod tasks_page;
-mod task_row;
 pub mod window;
 
 pub use history_box::FurHistoryBox;
 pub use preferences_window::FurPreferencesWindow;
 pub use report::FurReport;
 pub use task_details::FurTaskDetails;
+pub use task_row::FurTaskRow;
 pub use tasks_group::FurTasksGroup;
 pub use tasks_page::FurTasksPage;
-pub use task_row::FurTaskRow;
 pub use window::FurtheranceWindow;