fix imports

This commit is contained in:
Jazz Turner-Baggs 2026-06-23 23:06:48 -07:00
parent bbf6a12b3f
commit cba31be9e0
No known key found for this signature in database

View File

@ -5,8 +5,6 @@ mod wakeup;
pub use contact_registry::ephemeral::EphemeralRegistry;
pub use contact_registry::http::{HttpRegistry, HttpRegistryError};
pub use delivery::*;
pub use storage::*;
pub use wakeup::*;
#[cfg(logos_delivery)]
pub use delivery::{EmbeddedP2pDeliveryService, P2pConfig};