mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
Add pub use for db crates in api_common (#2305)
This commit is contained in:
parent
23819d44f3
commit
c050945b1f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user