Skip to content

Commit

Permalink
Fix missing use
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaF1 committed May 8, 2023
1 parent 1e15819 commit 827f003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctru-rs/examples/mii-selector.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use ctru::applets::mii_selector::{LaunchError, MiiSelector};
use ctru::applets::mii_selector::{LaunchError, MiiSelector, Options};
use ctru::prelude::*;

fn main() {
Expand Down

0 comments on commit 827f003

Please sign in to comment.