Use the new module name in main.rs
This commit is contained in:
parent
28e8a90fcf
commit
ecf57afb1b
|
|
@ -1,7 +1,7 @@
|
||||||
mod cmd;
|
mod cmd;
|
||||||
mod config;
|
mod config;
|
||||||
mod error;
|
mod error;
|
||||||
mod fzf;
|
mod fuzzy_finder;
|
||||||
mod import;
|
mod import;
|
||||||
mod shell;
|
mod shell;
|
||||||
mod store;
|
mod store;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue