Reorganize imports in data_forms module

This commit is contained in:
mb 2024-06-24 16:00:47 +02:00
parent 1d99e9a298
commit c94c53ac86
No known key found for this signature in database

View file

@ -4,10 +4,10 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
pub use data_form::*;
pub use validate::*;
/// XEP-0004: Data Forms
pub mod data_form;
pub mod validate;
pub use data_form::*;
pub use validate::*;