Rename module task -> taskstore
This commit is contained in:
parent
0f317858e2
commit
72ea21ee1f
3 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ use toml::Value;
|
|||
|
||||
use libimagrt::runtime::Runtime;
|
||||
use libimagrt::setup::generate_runtime_setup;
|
||||
use libimagtodo::task::TaskStore;
|
||||
use libimagtodo::taskstore::TaskStore;
|
||||
use libimagerror::trace::{MapErrTrace, trace_error, trace_error_exit};
|
||||
|
||||
mod ui;
|
||||
|
|
|
@ -47,5 +47,5 @@ module_entry_path_mod!("todo");
|
|||
|
||||
pub mod error;
|
||||
pub mod result;
|
||||
pub mod task;
|
||||
pub mod taskstore;
|
||||
|
||||
|
|
Loading…
Reference in a new issue