further stripping

idk if this is still worth it, if the docs are really this bad
This commit is contained in:
2024-06-20 22:03:56 -04:00
Unverified
parent ca99c97009
commit add6dfa468
2 changed files with 36 additions and 86 deletions

View File

@@ -2,7 +2,6 @@ use realm_client::RealmApp;
pub fn main() -> iced::Result {
tracing_subscriber::fmt::init();
iced::program(RealmApp::title, RealmApp::update, RealmApp::view)
.load(RealmApp::load)
.subscription(RealmApp::subscription)