Removed unused code

This commit is contained in:
xeovalyte 2024-04-02 18:43:37 +02:00
parent edde7f6604
commit a744e56537
No known key found for this signature in database

View File

@ -3,7 +3,7 @@ use leptos::*;
use leptos_use::{core::ConnectionReadyState, use_websocket, UseWebsocketReturn}; use leptos_use::{core::ConnectionReadyState, use_websocket, UseWebsocketReturn};
use serde::{Deserialize, Serialize}; use serde::{Deserialize, Serialize};
use serde_json::json; use serde_json::json;
use std::{alloc::handle_alloc_error, rc::Rc, time::Duration}; use std::rc::Rc;
#[derive(Serialize)] #[derive(Serialize)]
#[serde(untagged)] #[serde(untagged)]