mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-12 12:57:44 +02:00
chore: Format project
This commit is contained in:
parent
239a0b62e9
commit
59fe7fc454
6 changed files with 7 additions and 7 deletions
|
@ -5,13 +5,13 @@ use std::rc::Rc;
|
|||
use std::sync::atomic::Ordering;
|
||||
use std::sync::Arc;
|
||||
|
||||
use crate::components::audio::input::source_box::{populate_sources, SourceBox};
|
||||
use crate::components::audio::output::sink_box::{populate_sinks, SinkBox};
|
||||
use crate::components::base::setting_box::SettingBox;
|
||||
use crate::components::base::utils::{start_audio_listener, Listeners, Position};
|
||||
use crate::components::bluetooth::bluetooth_box::{
|
||||
populate_connected_bluetooth_devices, start_bluetooth_listener, BluetoothBox,
|
||||
};
|
||||
use crate::components::audio::input::source_box::{populate_sources, SourceBox};
|
||||
use crate::components::audio::output::sink_box::{populate_sinks, SinkBox};
|
||||
use crate::components::wifi::wifi_box::{
|
||||
scan_for_wifi, show_stored_connections, start_event_listener, WifiBox,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue