Fix consistency of import ordering
This commit is contained in:
parent
0e8c3fe30f
commit
2b8b3fd413
5 changed files with 8 additions and 10 deletions
|
|
@ -1,11 +1,10 @@
|
|||
mod echo;
|
||||
|
||||
use std::sync::LazyLock;
|
||||
|
||||
use iced::widget::{
|
||||
self, button, center, column, row, scrollable, text, text_input,
|
||||
};
|
||||
use iced::{color, Center, Element, Fill, Subscription, Task};
|
||||
use std::sync::LazyLock;
|
||||
|
||||
pub fn main() -> iced::Result {
|
||||
iced::application("WebSocket - Iced", WebSocket::update, WebSocket::view)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue