mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-19 14:31:05 +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;
|