...
This commit is contained in:
@@ -1,12 +1,2 @@
|
||||
// Export core module
|
||||
pub mod core;
|
||||
|
||||
// Export userexample module
|
||||
pub mod userexample;
|
||||
|
||||
// Re-export key types for convenience
|
||||
pub use core::{BaseModel, BaseModelData, IndexKey, ModelBuilder};
|
||||
pub use core::Comment;
|
||||
pub use userexample::User;
|
||||
|
||||
// No need to re-export macros as they are already exported at the crate root
|
||||
// Export the models module
|
||||
pub mod models;
|
Reference in New Issue
Block a user