diff --git a/leo/main.rs b/leo/main.rs index 812003cb0d..ed4d4473e4 100644 --- a/leo/main.rs +++ b/leo/main.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with the Leo library. If not, see . -use leo::{cli::*, commands::*, config::Config, errors::CLIError}; +use leo_lang::{cli::*, commands::*, config::Config, errors::CLIError}; use clap::{App, AppSettings, Arg};