Skip to content

Commit

Permalink
Merge pull request #13 from icanvardar/refactor/basic
Browse files Browse the repository at this point in the history
fix(main): update wrong import
  • Loading branch information
icanvardar authored Nov 5, 2024
2 parents 9e6f766 + eb5b555 commit b289c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::error::Error;

use arbor::util::repl::Repl;
use arbor_cli::util::repl::Repl;

#[tokio::main]
async fn main() -> Result<(), Box<dyn Error>> {
Expand Down

0 comments on commit b289c12

Please sign in to comment.