Skip to content

Commit 224c216

Browse files
authored
Merge pull request #928 from 0xMiden/mooori/rm-unused-dep
fix(examples): remove unused dependency
2 parents 3e8eacf + 60be93d commit 224c216

File tree

1 file changed

+1
-1
lines changed
  • examples/basic-wallet/src

1 file changed

+1
-1
lines changed

examples/basic-wallet/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88
// extern crate alloc;
99

10-
use miden::{component, native_account, output_note, Asset, NoteIdx};
10+
use miden::{Asset, NoteIdx, component, output_note};
1111

1212
#[component]
1313
struct MyAccount;

0 commit comments

Comments
 (0)