state-res: Fix wrong import location

This commit is contained in:
Jonas Platte 2022-03-04 16:59:50 +01:00
parent f4b539bec5
commit 43c47ef676
No known key found for this signature in database
GPG Key ID: BBA95679259D342F

View File

@ -545,8 +545,9 @@ pub fn INITIAL_EDGES() -> Vec<Box<EventId>> {
} }
pub mod event { pub mod event {
use ruma_common::events::{ use ruma_common::{
exports::ruma_common::MilliSecondsSinceUnixEpoch, pdu::Pdu, EventType, events::{pdu::Pdu, EventType},
MilliSecondsSinceUnixEpoch,
}; };
use ruma_identifiers::{EventId, RoomId, UserId}; use ruma_identifiers::{EventId, RoomId, UserId};
use serde::{Deserialize, Serialize}; use serde::{Deserialize, Serialize};