Skip to content

Commit

Permalink
fix(example): Update example
Browse files Browse the repository at this point in the history
Signed-off-by: Shinyzenith <[email protected]>
  • Loading branch information
Shinyzenith committed Apr 7, 2024
1 parent 088df4e commit 7aa61ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwaysip/examples/base.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use libwaysip::{get_area, WaySipKind};
use libwaysip::{get_area, state::WaySipKind};
fn main() {
println!("{:?}", get_area(WaySipKind::Area));
}

0 comments on commit 7aa61ac

Please sign in to comment.