mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-05-01 02:59:09 +00:00
moved related files into own module
This commit is contained in:
5
src/store/mod.rs
Normal file
5
src/store/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
mod id_store;
|
||||
mod id_mapping;
|
||||
|
||||
pub use id_store::IDStore;
|
||||
pub use id_mapping::{IDMapping,Name};
|
||||
Reference in New Issue
Block a user