summaryrefslogtreecommitdiffstats
path: root/src/components.rs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-10-13 10:17:26 -0400
committerGitHub <noreply@github.com>2022-10-13 10:17:26 -0400
commitb6a75db1b48e19ca85c00e88554b5132b543f1c7 (patch)
tree1c3195b4ed5dc4aab20f6f99e8826d2e55247a79 /src/components.rs
parent436dadb683cc82b8d2310a3a015c66bf08398432 (diff)
refactor: switch to pipe gauge implementation for basic cpu + mem (#829)
* refactor: switch to pipe gauge implementation for basic cpu + mem * fix incorrect new basic cpu chunking scheme, revert to old one
Diffstat (limited to 'src/components.rs')
-rw-r--r--src/components.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components.rs b/src/components.rs
index 1c4c453c..c2ee5aae 100644
--- a/src/components.rs
+++ b/src/components.rs
@@ -1,4 +1,3 @@
-mod tui_widget;
-
pub mod data_table;
pub mod time_graph;
+pub mod tui_widget;