Skip to content

Commit

Permalink
fix: compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Dec 29, 2024
1 parent 5677844 commit 103d4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::{net::SocketAddr, path::Path, process::exit};

use clap::{Args, Command, FromArgMatches};
use reflexo_typst::path::{unix_slash, PathClean};
use shiroa_cli::{
use shiroa::{
error::prelude::*,
project::Project,
utils::{async_continue, create_dirs, make_absolute, write_file, UnwrapOrExit},
Expand Down

0 comments on commit 103d4cd

Please sign in to comment.