]> Untitled Git - lemmy.git/blobdiff - lemmy_structs/src/lib.rs
Merge branch 'main' into move_views_to_diesel
[lemmy.git] / lemmy_structs / src / lib.rs
index a0dbdab651e2a675fda724ea8aa9dd0174313ed8..dc06a40cd1c05415353bf5b08b203998df6c8829 100644 (file)
@@ -7,10 +7,12 @@ pub mod websocket;
 
 use diesel::PgConnection;
 use lemmy_db::{
-  comment::Comment,
-  post::Post,
-  user::User_,
-  user_mention::{UserMention, UserMentionForm},
+  source::{
+    comment::Comment,
+    post::Post,
+    user::User_,
+    user_mention::{UserMention, UserMentionForm},
+  },
   Crud,
   DbPool,
 };