]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/activities/receive/comment_undo.rs
Rename `lemmy_structs` to `lemmy_api_structs`
[lemmy.git] / crates / apub / src / activities / receive / comment_undo.rs
index 5dc021ad3753cf951f80d1b7cd8ecbb536361a75..7027171554ec5bf28565cfb9d31958ac9afe09f6 100644 (file)
@@ -1,9 +1,9 @@
 use crate::activities::receive::get_actor_as_user;
 use activitystreams::activity::{Dislike, Like};
+use lemmy_api_structs::{blocking, comment::CommentResponse};
 use lemmy_db_queries::{source::comment::Comment_, Likeable};
 use lemmy_db_schema::source::comment::{Comment, CommentLike};
 use lemmy_db_views::comment_view::CommentView;
-use lemmy_structs::{blocking, comment::CommentResponse};
 use lemmy_utils::LemmyError;
 use lemmy_websocket::{messages::SendComment, LemmyContext, UserOperation};