fix(kiosk): add missing use crate::onvif_events import

This commit is contained in:
Mitchell R 2026-05-21 12:17:16 +02:00
parent 01a1aad2fd
commit ecd8f07f70
No known key found for this signature in database

View file

@ -18,6 +18,7 @@ use crate::firmware;
use crate::gpio; use crate::gpio;
use crate::hwmon; use crate::hwmon;
use crate::local_server; use crate::local_server;
use crate::onvif_events;
use crate::os_update; use crate::os_update;
use crate::pipeline; use crate::pipeline;
use crate::server; use crate::server;