]> Untitled Git - lemmy.git/blobdiff - crates/websocket/src/messages.rs
Rename `lemmy_structs` to `lemmy_api_structs`
[lemmy.git] / crates / websocket / src / messages.rs
index 4349b01b6e30eae96fa7bf421d29ecae648491e5..89f3f2b3e6f31643c2666ec847df9cac8fc9979b 100644 (file)
@@ -1,6 +1,6 @@
 use crate::UserOperation;
 use actix::{prelude::*, Recipient};
-use lemmy_structs::{comment::CommentResponse, post::PostResponse};
+use lemmy_api_structs::{comment::CommentResponse, post::PostResponse};
 use lemmy_utils::{CommunityId, ConnectionId, IpAddr, PostId, UserId};
 use serde::{Deserialize, Serialize};