cosmic-applets/applets/cosmic-applet-network/src/ui.rs

6 lines
114 B
Rust
Raw Normal View History

2022-02-01 16:46:25 -05:00
// SPDX-License-Identifier: LGPL-3.0-or-later
2022-02-02 12:31:30 -05:00
pub mod available_wifi;
pub mod current_networks;
2022-02-01 16:46:25 -05:00
pub mod toggles;