summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src/gui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'schist_desktop_gui/src/gui.rs')
-rw-r--r--schist_desktop_gui/src/gui.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/schist_desktop_gui/src/gui.rs b/schist_desktop_gui/src/gui.rs
index d22e999..099ff74 100644
--- a/schist_desktop_gui/src/gui.rs
+++ b/schist_desktop_gui/src/gui.rs
@@ -3,7 +3,7 @@ pub mod screens;
use diesel::SqliteConnection;
use iced::Element;
-use schist_models::{account::Account, bucket::Bucket};
+use schist_models::{Account, Bucket};
use schist_queries::{accounts::get_all_accounts, buckets::get_all_buckets};
use crate::{