Use the new module name in main.rs

This commit is contained in:
Alexis Bourget 2020-11-23 14:17:25 +01:00
parent 28e8a90fcf
commit ecf57afb1b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
mod cmd;
mod config;
mod error;
mod fzf;
mod fuzzy_finder;
mod import;
mod shell;
mod store;