mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-09 17:55:10 +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 a new issue