summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/gui/components.rs
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-02-12 20:00:26 +0000
committerJoe Carstairs <me@joeac.net>2026-02-12 20:00:26 +0000
commit413afad1fdf1d15fefc1b709f2eba1332a110608 (patch)
treed11385e53035a1d517154f25c72cd64ca9815d1e /schist_desktop_gui/src/gui/components.rs
parentb3f91aef7c9673c180690f6e22984d50e0dbeecf (diff)
task-085: uses new iced::widget::Table instead of home-made widget
Diffstat (limited to 'schist_desktop_gui/src/gui/components.rs')
-rw-r--r--schist_desktop_gui/src/gui/components.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/schist_desktop_gui/src/gui/components.rs b/schist_desktop_gui/src/gui/components.rs
index ec91951..606c418 100644
--- a/schist_desktop_gui/src/gui/components.rs
+++ b/schist_desktop_gui/src/gui/components.rs
@@ -5,7 +5,6 @@ pub mod buckets_view;
pub mod button;
pub mod navigation;
pub mod panel;
-pub mod table;
pub mod text;
pub mod transactions_view;
@@ -16,6 +15,5 @@ pub use buckets_view::BucketsView;
pub use button::{button, panel_button};
pub use navigation::Navigation;
pub use panel::Panel;
-pub use table::Table;
pub use text::Text;
pub use transactions_view::TransactionsView;