Remvoed unused imports.

This commit is contained in:
Werner Kroneman 2023-12-08 21:07:00 +01:00
parent ceda732e27
commit 99120cd0c8

View File

@ -3,20 +3,13 @@
use std::collections::HashMap; use std::collections::HashMap;
use std::future::Future; use std::future::Future;
use std::str::FromStr; use std::str::FromStr;
use std::sync::Arc;
use futures_util::stream::StreamExt; use futures_util::stream::StreamExt;
use dioxus::html::{hr, input, textarea};
// import the prelude to get access to the `rsx!` macro and the `Scope` and `Element` types
use dioxus::prelude::*; use dioxus::prelude::*;
use dioxus_desktop::Config; use dioxus_desktop::Config;
use dioxus_elements::{h1, li, ul};
use keyring::Entry;
use log::info; use log::info;
use tokio::select; use tokio::select;
use xmpp::{BareJid, ClientBuilder, ClientType, FullJid, RoomNick}; use xmpp::{BareJid, ClientBuilder, ClientType};
use xmpp::parsers::message::MessageType; use xmpp::parsers::message::MessageType;
use env_logger::init;
use jid::ResourcePart;
const STYLESHEET: &str = r#" const STYLESHEET: &str = r#"
body { body {