Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
target
data/
config.toml
2 changes: 2 additions & 0 deletions src/components/mod.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
mod send_modal;
mod split_modal;
mod toast;
mod transactions_table;
mod utxos_table;
mod wallet_info;

pub use send_modal::*;
pub use split_modal::*;
pub use toast::*;
pub use transactions_table::*;
pub use utxos_table::*;
Expand Down
Loading