Add missing wifi and firewall module declarations

This commit is contained in:
Ember
2026-02-25 18:15:50 -08:00
parent ed7ea8a620
commit 96ab600a5a
+2
View File
@@ -4,12 +4,14 @@ pub mod config;
pub mod diag;
pub mod display;
pub mod error;
pub mod firewall;
pub mod key_input;
pub mod notifications;
pub mod pcap;
pub mod qmdl_store;
pub mod server;
pub mod stats;
pub mod wifi;
#[cfg(feature = "apidocs")]
use utoipa::OpenApi;