aboutsummaryrefslogtreecommitdiffstats
path: root/src/views.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/views.rs')
-rw-r--r--src/views.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views.rs b/src/views.rs
index b6846b8..7c00834 100644
--- a/src/views.rs
+++ b/src/views.rs
@@ -1,5 +1,5 @@
mod txn_table;
-pub use txn_table::{inflows_table, outflows_table};
+pub use txn_table::txn_tables;
pub fn vi_view<V: cursive::view::View>(v: V) -> impl cursive::view::View {
cursive::views::OnEventView::new(v)