@@ -57,9 +57,10 @@ pub use user_account::UserAccount;
|
||||
pub use wallet::{
|
||||
get_wallet_for_mut, GlobalWallet, Wallet, WalletError, WalletState, WalletType, WalletUIState,
|
||||
};
|
||||
pub use zaps::{AnyZapState, NoteZapTarget, NoteZapTargetOwned, ZapTarget, ZappingError};
|
||||
|
||||
// export libs
|
||||
pub use enostr;
|
||||
pub use nostrdb;
|
||||
|
||||
pub use zaps::Zaps;
|
||||
pub use zaps::Zaps;
|
||||
|
||||
@@ -2,4 +2,4 @@ mod cache;
|
||||
mod networking;
|
||||
mod zap;
|
||||
|
||||
pub use cache::Zaps;
|
||||
pub use cache::{AnyZapState, NoteZapTarget, NoteZapTargetOwned, ZapTarget, ZappingError, Zaps};
|
||||
|
||||
Reference in New Issue
Block a user