Fix
This commit is contained in:
parent
883a0669fe
commit
ba8b12c727
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use crate::data::heartbeat::model::{HeartbeatEntry, HeartbeatResponse, UptimeData};
|
||||
use crate::data::status_page::model::{MonitorInfo, StatusPageResponse};
|
||||
use crate::data::heartbeat::model::{HeartbeatEntry, UptimeData};
|
||||
use crate::data::status_page::model::MonitorInfo;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct UnifiedMonitorData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue