fix ambiguous email export

This commit is contained in:
w3irdrobot 2024-01-01 15:57:30 -05:00
parent 12e71a5ba8
commit 6b6e5cb1fa
No known key found for this signature in database
GPG key ID: 3E6DBBB622F3155C

View file

@ -22,5 +22,4 @@ pub mod smtp;
pub mod ui;
#[doc(inline)]
// pub use email::{envelope, flag, message, template};
pub use email::{envelope, flag, message};
pub use crate::email::{envelope, flag, message};