Rename module: eventstore -> timetrackingstore

This commit is contained in:
Matthias Beyer 2017-07-15 15:18:27 +02:00
parent 7e0dfd7700
commit 1eccaa1e68
2 changed files with 1 additions and 1 deletions

View file

@ -34,7 +34,7 @@ extern crate libimagentrytag;
mod constants;
pub mod error;
pub mod timetracking;
pub mod eventstore;
pub mod timetrackingstore;
pub mod iter;
pub mod result;
pub mod tag;