Rename module: eventstore -> timetrackingstore
This commit is contained in:
parent
7e0dfd7700
commit
1eccaa1e68
2 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ extern crate libimagentrytag;
|
||||||
mod constants;
|
mod constants;
|
||||||
pub mod error;
|
pub mod error;
|
||||||
pub mod timetracking;
|
pub mod timetracking;
|
||||||
pub mod eventstore;
|
pub mod timetrackingstore;
|
||||||
pub mod iter;
|
pub mod iter;
|
||||||
pub mod result;
|
pub mod result;
|
||||||
pub mod tag;
|
pub mod tag;
|
||||||
|
|
Loading…
Reference in a new issue