1 2 3 4 5
pub mod journal_repository; pub mod repository; pub use journal_repository::JournalRepository; pub use repository::Repository;