mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-25 21:11:50 +00:00
4 lines
170 B
Rust
4 lines
170 B
Rust
pub use super::admin::Entity as Admin;
|
|
pub use super::candidate::Entity as Candidate;
|
|
pub use super::parent::Entity as Parent;
|
|
pub use super::session::Entity as Session;
|