jrnl: put modules in its own respective files

This commit is contained in:
Schrottkatze 2024-04-20 20:11:04 +02:00
commit df13761fc8
No known key found for this signature in database
5 changed files with 101 additions and 105 deletions

View file

@ -0,0 +1,3 @@
pub mod list_entries;
mod add_entry {}