Add pub use for db crates in api_common (#2305)

This commit is contained in:
Nutomic 2022-06-08 15:30:20 +00:00 committed by GitHub
parent 23819d44f3
commit c050945b1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,3 +9,8 @@ pub mod site;
#[cfg(feature = "full")]
pub mod utils;
pub mod websocket;
pub extern crate lemmy_db_schema;
pub extern crate lemmy_db_views;
pub extern crate lemmy_db_views_actor;
pub extern crate lemmy_db_views_moderator;