state-res: Fix wrong import location
This commit is contained in:
parent
f4b539bec5
commit
43c47ef676
@ -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};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user