chore: clippy fix

This commit is contained in:
2024-10-18 13:11:21 +01:00
parent b4a6991007
commit e6b606e8fb
18 changed files with 47 additions and 72 deletions

View File

@ -1,7 +1,7 @@
use crate::route::RouteServices;
use crate::theme::NEUTRAL_900;
use crate::widgets::NostrWidget;
use egui::{Button, Frame, Image, Margin, Rect, Response, Rounding, Sense, Shadow, Stroke, TextEdit, Ui, Vec2, Widget};
use egui::{Frame, Image, Margin, Response, Rounding, Sense, Stroke, TextEdit, Ui, Widget};
use log::info;
pub struct WriteChat {