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 {
|
||||
use ruma_common::events::{
|
||||
exports::ruma_common::MilliSecondsSinceUnixEpoch, pdu::Pdu, EventType,
|
||||
use ruma_common::{
|
||||
events::{pdu::Pdu, EventType},
|
||||
MilliSecondsSinceUnixEpoch,
|
||||
};
|
||||
use ruma_identifiers::{EventId, RoomId, UserId};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
Loading…
x
Reference in New Issue
Block a user