1
0
forked from GRIN/grim

ui: wallet list content

This commit is contained in:
ardocrat
2023-07-30 18:57:12 +03:00
parent a31d38dc1c
commit 18b05fffe9
7 changed files with 199 additions and 103 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ pub mod selection;
pub mod tx;
pub mod keys;
mod wallet;
pub use wallet::{Wallet, Wallets};
mod wallets;
pub use wallets::{Wallet, Wallets};
mod config;
pub use config::*;