Skip to content

Commit

Permalink
mv import
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jan 11, 2024
1 parent 9fe240e commit 2baa3b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/seed-keeper-wit-ui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ use page::Page;

use std::ops::Deref;

/// Event types which can can emitted from this UI and listened by others
use seed_keeper_utils::events::*;

use bindings::seed_keeper::wallet::config::{get_encrypted, set_config, Credentials};

use bindings::exports::seed_keeper::wit_ui::wurbo_out::Guest as WurboGuest;
Expand Down
3 changes: 3 additions & 0 deletions crates/seed-keeper-wit-ui/src/output.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
use super::*;

/// Event types which can can emitted from this UI and listened by others
use seed_keeper_utils::events;

/// Output handles the storage of the values and the calculation of the length of the concatenated
#[derive(Debug, Default, Clone)]
pub(super) struct Output {
Expand Down

0 comments on commit 2baa3b8

Please sign in to comment.