aboutsummaryrefslogtreecommitdiffstats
path: root/src/views.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-12 03:21:22 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-12 03:21:22 -0400
commit3d8778962b4a380efd098616ac49b6dedd2b8fbe (patch)
tree9537a3e0146191d655e2a2f1ddd5aa10fec1f8a9 /src/views.rs
parent701cf5719e7c9e4c03111a73b74c16d065ac8799 (diff)
downloadynab-api-3d8778962b4a380efd098616ac49b6dedd2b8fbe.tar.gz
ynab-api-3d8778962b4a380efd098616ac49b6dedd2b8fbe.zip
add a stub submit handler
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)